关于iOS录音和播放时,Xcode自动断点在[recorder prepareToRecord] 或者 [player prepareToPlay] 这两个方法
这xcode自己的问题,因为你的path里面包含了非法字符,如果你打了All Exceptions断点的话,可以Edit Exceptions ,Exceptions->Objective - c, 就可以了
关于iOS录音和播放时,Xcode自动断点在[recorder prepareToRecord] 或者 [player prepareToPlay] 这两个方法
这xcode自己的问题,因为你的path里面包含了非法字符,如果你打了All Exceptions断点的话,可以Edit Exceptions ,Exceptions->Objective - c, 就可以了