我正在使用xcode5。我只是遇到一些错误,说:

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)

我的应用程序可在除iPhone 64位以外的所有模拟器中使用。
此错误的可能原因是什么?

最佳答案

将您的架构更改为这一架构

关于ios - 解析错误iPhone Retina(4英寸64位),我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/20234623/

10-13 05:55