Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/objective-c/23.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 解析OBJC类的Apple Mach-O链接器错误_Ios_Objective C_Xcode_Parse Platform_Linker - Fatal编程技术网

Ios 解析OBJC类的Apple Mach-O链接器错误

Ios 解析OBJC类的Apple Mach-O链接器错误,ios,objective-c,xcode,parse-platform,linker,Ios,Objective C,Xcode,Parse Platform,Linker,您好,我已经看过类似的问题,并尝试了一切,但我似乎可以修复我的代码。每次我试着把它存档,我都会得到 Apple Mach-O Linker Errors for Parse User, Object, File, Query, Parse and a linker command failed with exit code 1. 首先我得到一张身份证: warning: ignoring file .., missing required architecture arm 64 in fi

您好,我已经看过类似的问题,并尝试了一切,但我似乎可以修复我的代码。每次我试着把它存档,我都会得到

Apple Mach-O Linker Errors for Parse User, Object, File, Query, Parse  
and a linker command failed with exit code 1.
首先我得到一张身份证:

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个小时研究这个问题了

我知道这与链接框架有关,但我不明白什么

我尝试过的事情:

正在更新到Parse Framework的最新版本。 包括可能缺失的各种其他框架。 将构建设置中的体系结构更改为标准体系结构armv7、arm64 仅将构建活动体系结构更改为否。
我只想让这个X代码项目使用64位支持进行构建和归档,但我如何实现64位解析似乎有一些根本性的问题

您的框架是否处于链接二进制库构建阶段?您可能使用了过时的解析框架版本