ld:在编译我的应用程序

时间:2015-09-17 17:32:02

标签: xcode

我正在将少量Cocoapods依赖项的源文件移动到项目中,当我尝试编译项目时出现错误:

ld: framework not found ModelIO for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

这是什么意思?我的项目中没有提到ModelIO,我的链接框架也没有提到它。

1 个答案:

答案 0 :(得分:2)

将SupportKit添加到我的Podfile后,收到此错误消息。根据SupportKit release notes,它们需要从2.10.1开始的Xcode 7并尝试使用它而仍然在6.x上可能会产生此错误:https://github.com/radialpoint/SupportKit/issues/54