简体   繁体   English

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

[英]Parse Error iPhone Retina (4-inch 64bit)

I'm using xcode 5. I just got some errors saying: 我正在使用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)

My App is working in all simulator except for iPhone 64 bit. 我的应用程序可在除iPhone 64位以外的所有模拟器中使用。 What should be the possible cause of this error? 该错误的可能原因是什么?

Change your architectures into this one 将您的架构更改为这一架构

架构

It means you do not have the Parse library properly included in your project. 这意味着您的项目中没有正确包含解析库。 It's possible that something is preventing it from linking, say if the parse library did not support armv64 and you were using the default set of architectures in your project. 可能是某些原因阻止了它的链接,例如,如果解析库不支持armv64,而您在项目中使用的是默认体系结构集。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法将我的iOS 7应用程序安装到iPhone Retina(4英寸64位)iOS模拟器上 - Can't install my iOS 7 app to the iPhone Retina (4-inch 64-bit) iOS simulator 提取联系人在iPhone Retina 4英寸64位模拟器中不起作用,但在3.5英寸中可以正常工作 - Fetching contact is not working in iphone retina 4inch 64bit simulator but works fine in 3.5 inch iPhone视网膜4英寸模拟器,情节提要设置为3.5英寸 - iPhone retina 4-inch Simulator with Storyboard set to 3.5 inch 无法摆脱“需要iOS 7.0及更高版本的iPhone Retina(4英寸)启动图像”错误 - Unable to get rid of “An iPhone Retina (4-inch) launch image for iOS 7.0 and later is required” error UITabBarController在iPhone 5模拟器上没有响应:4英寸视网膜显示器 - UITabBarController does not respond on iPhone 5 simulator: 4-inch retina display 此代码仅适用于iPhone Retina 4英寸模拟器 - This code only works on iPhone Retina 4-inch simulator 为什么我的Xcode4.5没有iPhone(Retina 4英寸)和iPhone(Retina 3.5英寸) - Why my Xcode4.5 doesn't has iPhone(Retina 4-inch) and iPhone(Retina 3.5inch) 我的按钮在iPhone(4英寸视网膜)模拟器上未检测到触摸事件,但在iPhone(3.5英寸视网膜)模拟器中有效 - My button doesn't detect touch events on iPhone (Retina 4-inch) simulator, but works in iPhone (Retina 3.5-inch) simulator 支持Retina 4英寸,部署目标为4.3 - Support Retina 4-inch with a deployment target to 4.3 “缺少视网膜4英寸启动图像”错误,但II出现了该图像 - “Missing retina 4-inch launch image” error, but I I have that image
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM