在设备中使用xcode 4.5.2运行xcode 4.3.3项目..(模拟器中没有问题)

时间:2013-03-06 05:32:07

标签: iphone objective-c xcode xcode4.5 xcode4.3

实际上我已经在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 ..

断开您的设备。

  1. 断开设备连接。
  2. 退出xcode(不要只是关闭窗口,退出)
  3. 删除派生数据文件夹(〜/ Library / Developer / Xcode / DerivedData / gbrvhlvwmpiobxdujegtghggrffp - 或者类似的东西)
  4. 现在启动Xcode,连接设备并运行项目。

1 个答案:

答案 0 :(得分:0)

我有同样的问题。只是意外删除了.m文件,而.h在项目中。

当我恢复.m文件时,

问题消失了。还有一段时间问题在于

XCode 4,依赖关系不承担主项目的架构设置,如

他们以前在XCode中做过。我必须完成所有依赖项设置

正确的架构。