为什么我在使用 SoundCloud API 时会收到以下编译器错误?
我已经创建了一个 iPhone 应用程序。我想将 SoundCloud API 与我的应用程序集成。我创建了一个单独的应用程序来集成 SoundCloud API。它与 SoundCloud API 配合良好。
但我尝试与现有的应用程序集成,但出现以下错误。我已经将 SoundCloud API 代码添加到我现有的应用程序中。
错误:
ld: warning: directory '/Alex/project/../../iHearFmod/iphoneos3.1.3/System/Library/Frameworks' following -F not found Undefined symbols: "_OBJC_CLASS_$_SCSoundCloudAPIConfiguration", referenced from: objc-class-ref-to-SCSoundCloudAPIConfiguration in MyProjectAppDelegate.o "_OBJC_CLASS_$_SCSoundCloudAPI", referenced from: objc-class-ref-to-SCSoundCloudAPI in MyProjectAppDelegate.o ld: symbol(s) not found collect2: ld returned 1 exit status
I have created an iPhone application. I want to integrate SoundCloud API with my application. I have created one separate application to integrate SoundCloud API. It is working fine with SoundCloud API.
But I tried to integrate with my existing application, I am getting following error. Already I have added the SoundCloud API code to my existing application.
error:
ld: warning: directory '/Alex/project/../../iHearFmod/iphoneos3.1.3/System/Library/Frameworks' following -F not found Undefined symbols: "_OBJC_CLASS_$_SCSoundCloudAPIConfiguration", referenced from: objc-class-ref-to-SCSoundCloudAPIConfiguration in MyProjectAppDelegate.o "_OBJC_CLASS_$_SCSoundCloudAPI", referenced from: objc-class-ref-to-SCSoundCloudAPI in MyProjectAppDelegate.o ld: symbol(s) not found collect2: ld returned 1 exit status
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 soundcloud 文档上查找:
最后一步你做了吗?
Find on soundclound doc:
Did you do the last step ?