我正在尝试使用https://github.com/soundcloud/CocoaSoundCloudAPI中的说明将SoundCloud共享集成到我的项目中。在我的工作区中,OHAttributedLabel,OAuth2Client,JSONKit和SoundCloudUI都构建良好,但构建适用于iOS的SoundCloudAPI始终失败,并出现以下错误:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool:找不到以下文件:-lSoundCloudAPI /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool:file:-lSoundCloudAPI不是目标文件(库中不允许) 命令/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool失败,退出代码为1
有谁知道这里发生了什么?