您好我已经查看了类似的问题并尝试了一切,但我似乎可以修复我的代码。每次我尝试归档它都会得到
Apple Mach-O Linker Errors for Parse User, Object, File, Query, Parse
and a linker command failed with exit code 1.
首先我得到一个ld:
warning: ignoring file .., missing required architecture arm 64 in
file Parse.framework.Parse
然后出现以下错误:
Undefined symbols for architecture arm64: "_OBJC_CLASS_$_PFUser",
referenced from:
objc-class-ref in SignupViewController.o
objc-class-ref in LoginViewController.o
objc-class-ref in InboxViewController.o
objc-class-ref in EditFriendsViewController.o
objc-class-ref in FriendsViewController.o
objc-class-ref in CameraViewController.o "_OBJC_CLASS_$_PFObject", referenced from:
objc-class-ref in CameraViewController.o "_OBJC_CLASS_$_PFFile", referenced from:
objc-class-ref in CameraViewController.o "_OBJC_CLASS_$_PFQuery", referenced from:
objc-class-ref in InboxViewController.o "_OBJC_CLASS_$_Parse", referenced from:
objc-class-ref in AppDelegate.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code
1 (use -v to see invocation)
请有这方面经验的人帮助我,因为我已经花了大约3个小时来研究这个问题。
我知道它与Linked Frameworks有关,但我不知道怎么办?
我尝试的事情:
我只是希望这个X代码项目能够以64位支持进行构建和存档,但是我实现Parse for 64-bit的方式似乎存在根本性的错误