实际上,我已经在 4 个月前在 xcode 4.3.3 中开始了我的应用程序,
现在我们的要求是在 iOS 6.0中运行应用程序
为此,我将我的 xcode 升级到支持 iOS 6.0 的 xcode 4.5.2。
那些在 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
..
断开您的设备。
- 断开设备。
- 退出xcode(不要只是简单地关闭窗口,退出它)
- 删除派生数据文件夹(~/Library/Developer/Xcode/DerivedData/gbrvhlvwmpiobxdujegtghggrffp - 或类似的东西)
- 现在启动 Xcode,连接设备并运行项目。