解析错误iPhone Retina(4英寸64位)

时间:2013-11-27 05:29:28

标签: ios iphone parse-platform

我正在使用xcode 5.我只是说了一些错误:

ld: warning: ignoring file /Users/wog-khatzpetalio/Desktop/LiveGateApp/NoInterfaceBuilder/LiveGate/Parse.framework/Parse, missing required architecture x86_64 in file /Users/wog-khatzpetalio/Desktop/LiveGateApp/NoInterfaceBuilder/LiveGate/Parse.framework/Parse (3 slices)
Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_PFObject", referenced from:
      objc-class-ref in LiveGate.o
  "_OBJC_CLASS_$_PFQuery", referenced from:
      objc-class-ref in LiveGate.o
  "_OBJC_CLASS_$_Parse", referenced from:
      objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

My App正在使用除iPhone 64位以外的所有模拟器。 这个错误的可能原因应该是什么?

2 个答案:

答案 0 :(得分:1)

将您的架构更改为此

Architectures

答案 1 :(得分:0)

这意味着您没有在项目中正确包含Parse库。有可能某些东西阻止它链接,比如说解析库不支持armv64并且你在项目中使用了一组默认的体系结构。