实际上我已经在4个月前在xcode 4.3.3 中启动了我的应用程序,
现在我们的要求是在 iOS 6.0
中运行应用程序为此目的我将我的xcode升级到xcode 4.5.2,它支持iOS 6.0。
在xcode 5.5.2中启动的那些应用程序在设备中执行时没有任何问题。
But those apps Started in Xcode 4.3.3 and bellow are not executed while im testing in Device (Any ios).
(模拟器中没有问题..)
我收到错误 "Apple Mach O Linker Error"
clang: 错误:链接器命令失败,退出代码为1(使用-v查看调用)
我尝试了 following steps, even I didn't run the app
..
断开您的设备。
答案 0 :(得分:0)
我有同样的问题。只是意外删除了.m文件,而.h在项目中。
当我恢复.m文件时,问题消失了。还有一段时间问题在于
XCode 4,依赖关系不承担主项目的架构设置,如
他们以前在XCode中做过。我必须完成所有依赖项设置正确的架构。