iphone:获取“_AudioSessionSetProperty”错误播放录音时
遇到错误。我
Undefined symbols for architecture i386:
"_AudioSessionSetProperty", referenced from
我在播放录音时
#import <AVFoundation/AVFoundation.h>
#import <CoreAudio/CoreAudioTypes.h>
#import <AudioToolbox/AudioToolbox.h>
已经包含了框架及其头文件。 缺什么?
i am getting error of ,
Undefined symbols for architecture i386:
"_AudioSessionSetProperty", referenced from
while playing my recording.I have included,
#import <AVFoundation/AVFoundation.h>
#import <CoreAudio/CoreAudioTypes.h>
#import <AudioToolbox/AudioToolbox.h>
frameworks and its header files.
what is missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否将 AudioToolbox 框架包含到应用程序中?
did u include the AudioToolbox framework to the application?