小编Uyg*_*lan的帖子

Xcode 7 Null传递给需要非null参数的被调用者

我更新了xcode 7并给出了这个错误

Null传递给需要非null参数的被调用者

 _recorder = [[AVAudioRecorder alloc]initWithURL:[NSURL fileURLWithPath:[NSString stringWithFormat:@"%@/%@.%@", [NSHomeDirectory() stringByAppendingString:@"/Documents"], name, extension]] settings:nil error:nil];
Run Code Online (Sandbox Code Playgroud)

xcode ios

8
推荐指数
2
解决办法
1万
查看次数

标签 统计

ios ×1

xcode ×1