xcode 6更新后的xcode编译错误

时间:2021-09-07 23:40:41

Since I upgraded to xcode 6 my project do not compile anymore, I cleaned several time, restarted, deleted the derived data but it didn't help

由于我升级到xcode 6我的项目不再编译,我清理了几次,重新启动,删除了派生数据,但它没有帮助

So I went back to xcode 5 and I also have errors now on xcode 5 My project is a working project from the repository and it's working on my colleague's mac...

所以我回到xcode 5,我现在也有错误xcode 5我的项目是一个来自存储库的工作项目,它正在我的同事的mac ...

I didn't change anything so I don't understand and will aprreciate any help

我没有改变任何东西,所以我不理解,并会提供任何帮助

the errors

错误

error: unable to open executable '/Users/mobiledev/Library/Developer/Xcode/DerivedData/MyApp-bqkgvjwrncaywqgcyydyxfwxsvio/Build/Products/Debug-iphonesimulator/MyApp.app/MyApp'

错误:无法打开可执行文件'/Users/mobiledev/Library/Developer/Xcode/DerivedData/MyApp-bqkgvjwrncaywqgcyydyxfwxsvio/Build/Products/Debug-iphonesimulator/MyApp.app/MyApp'

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

ld:找不到框架AVKit用于体系结构x86_64 clang:错误:链接器命令失败,退出代码为1(使用-v查看调用)

1 个解决方案

#1


0  

Had the same trouble, I've just set the target membership in File Inspector of my framework.
Find AVKit framework in your project and try my method, may be it will help.

有同样的麻烦,我只是在我的框架的File Inspector中设置目标成员资格。在您的项目中找到AVKit框架并尝试我的方法,可能会有所帮助。

#1


0  

Had the same trouble, I've just set the target membership in File Inspector of my framework.
Find AVKit framework in your project and try my method, may be it will help.

有同样的麻烦,我只是在我的框架的File Inspector中设置目标成员资格。在您的项目中找到AVKit框架并尝试我的方法,可能会有所帮助。