Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/assembly/6.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 CrashReporter,缺少必需的体系结构x86_64_Ios_X86 64_Crash Reports - Fatal编程技术网

Ios CrashReporter,缺少必需的体系结构x86_64

Ios CrashReporter,缺少必需的体系结构x86_64,ios,x86-64,crash-reports,Ios,X86 64,Crash Reports,我试图在新闻iOS测试版上编译我的应用程序,但在CrashReporter中出现了一个错误。在尝试编译64位时,编译器会报告缺少的体系结构x86_64。我查看了crashreporter文件PLCrashReportSystemInfo.h,在typedef enum plcrashreportarchitecture x86_64中,值为1。我应该怎么做才能修复它?在.git存储库上的新库似乎已更新为64位。至少更换后我没有添加任何错误。您能修复此问题吗?

我试图在新闻iOS测试版上编译我的应用程序,但在CrashReporter中出现了一个错误。在尝试编译64位时,编译器会报告缺少的体系结构x86_64。我查看了crashreporter文件PLCrashReportSystemInfo.h,在typedef enum plcrashreportarchitecture x86_64中,值为1。我应该怎么做才能修复它?

在.git存储库上的新库似乎已更新为64位。至少更换后我没有添加任何错误。

您能修复此问题吗?