【问题标题】:Parse Error iPhone Retina (4-inch 64bit)解析错误 iPhone Retina(4 英寸 64 位)
【发布时间】:2013-11-27 05:29:27
【问题描述】:

我使用的是 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)

我的应用程序在除 iPhone 64 位之外的所有模拟器中运行。 这个错误的可能原因应该是什么?

【问题讨论】:

    标签: ios iphone parse-platform


    【解决方案1】:

    把你的架构改成这个

    【讨论】:

      【解决方案2】:

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

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2014-02-28
        • 1970-01-01
        • 2013-01-22
        • 2014-03-30
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多