Xcode无法为iPhone 6编译

哈希姆·阿波纳吉米(Hashem Aboonajmi)

我有一个旧项目,可以在我的iPhone 4上很好地编译,但是当我尝试为我的iPhone 6编译时,我遇到了这个明星can't specifiy -Q with -arch arm64

这是什么意思?有人有什么主意吗?

这是我的项目设置的快照:第二个是我的项目subModule会议快照: 在此处输入图片说明

在此处输入图片说明

CompileC /Users/hashem/Library/Developer/Xcode/DerivedData/iGolestanWorkSpace-adtgzikxceksufgpstzqxkjvkepa/Build/Intermediates/iGolestan.build/Debug-iphoneos/iGolestan.build/Objects-normal/arm64/maxvid_decode_arm.o AVAnimator/maxvid_decode_arm.s normal arm64 assembler-with-cpp com.apple.compilers.llvm.clang.1_0.compiler
cd "/Users/hashem/Desktop/Xcode Projects/Gulestan"
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x assembler-with-cpp -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wno-newline-eof -DDEBUG=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -miphoneos-version-min=7.0 -iquote /Users/hashem/Library/Developer/Xcode/DerivedData/iGolestanWorkSpace-adtgzikxceksufgpstzqxkjvkepa/Build/Intermediates/iGolestan.build/Debug-iphoneos/iGolestan.build/iGolestan-generated-files.hmap -I/Users/hashem/Library/Developer/Xcode/DerivedData/iGolestanWorkSpace-adtgzikxceksufgpstzqxkjvkepa/Build/Intermediates/iGolestan.build/Debug-iphoneos/iGolestan.build/iGolestan-own-target-headers.hmap -I/Users/hashem/Library/Developer/Xcode/DerivedData/iGolestanWorkSpace-adtgzikxceksufgpstzqxkjvkepa/Build/Intermediates/iGolestan.build/Debug-iphoneos/iGolestan.build/iGolestan-all-target-headers.hmap -iquote /Users/hashem/Library/Developer/Xcode/DerivedData/iGolestanWorkSpace-adtgzikxceksufgpstzqxkjvkepa/Build/Intermediates/iGolestan.build/Debug-iphoneos/iGolestan.build/iGolestan-project-headers.hmap -iquote../OHAttributedLabel -I/Users/hashem/Library/Developer/Xcode/DerivedData/iGolestanWorkSpace-adtgzikxceksufgpstzqxkjvkepa/Build/Products/Debug-iphoneos/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/hashem/Library/Developer/Xcode/DerivedData/iGolestanWorkSpace-adtgzikxceksufgpstzqxkjvkepa/Build/Intermediates/iGolestan.build/Debug-iphoneos/iGolestan.build/DerivedSources/arm64 -I/Users/hashem/Library/Developer/Xcode/DerivedData/iGolestanWorkSpace-adtgzikxceksufgpstzqxkjvkepa/Build/Intermediates/iGolestan.build/Debug-iphoneos/iGolestan.build/DerivedSources -F/Users/hashem/Library/Developer/Xcode/DerivedData/iGolestanWorkSpace-adtgzikxceksufgpstzqxkjvkepa/Build/Products/Debug-iphoneos -no-integrated-as -MMD -MT dependencies -MF /Users/hashem/Library/Developer/Xcode/DerivedData/iGolestanWorkSpace-adtgzikxceksufgpstzqxkjvkepa/Build/Intermediates/iGolestan.build/Debug-iphoneos/iGolestan.build/Objects-normal/arm64/maxvid_decode_arm.d --serialize-diagnostics /Users/hashem/Library/Developer/Xcode/DerivedData/iGolestanWorkSpace-adtgzikxceksufgpstzqxkjvkepa/Build/Intermediates/iGolestan.build/Debug-iphoneos/iGolestan.build/Objects-normal/arm64/maxvid_decode_arm.dia -c /Users/hashem/Desktop/Xcode\ Projects/Gulestan/AVAnimator/maxvid_decode_arm.s -o /Users/hashem/Library/Developer/Xcode/DerivedData/iGolestanWorkSpace-adtgzikxceksufgpstzqxkjvkepa/Build/Intermediates/iGolestan.build/Debug-iphoneos/iGolestan.build/Objects-normal/arm64/maxvid_decode_arm.o

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/as: can't specifiy -Q with -arch arm64
clang: error: assembler command failed with exit code 1 (use -v to see invocation)
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
国防部

您正在尝试编译AVAnimator / maxvid_decode_arm.s,它是ARM64构建目标下的32位ARM asm代码。您将需要将嵌入到应用程序中的AVAnimator库的版本更新为github HEAD,以便为ARM64进行编译。

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

Xcode 6 Beta无法编译

来自分类Dev

Xcode 6 Beta无法编译

来自分类Dev

无法仅在Xcode 6中为iPhone 5和iPhone 4设计应用程序

来自分类Dev

GM发布的Xcode 6编译

来自分类Dev

iPhone无法在Xcode 6 Beta中连接

来自分类Dev

Xcode 8 Beta 6:main.swift无法编译

来自分类Dev

无法在Beta 5以上的Xcode 6中编译源代码

来自分类Dev

无法在xcode 8 beta 6上编译AWS CustomIdentityProvider

来自分类Dev

Xcode 6 + Swift + NSTextViewDelegate =编译错误

来自分类Dev

Xcode 6 GM无法为iOS设备编译,但在模拟器中可以使用-奇怪的错误消息

来自分类Dev

无法使用Xcode 6创建iPhone xib文件

来自分类Dev

无法使用Xcode 6 Beta上传iPhone应用程序

来自分类Dev

XCode6 beta 6 Swift编译器错误

来自分类Dev

XCODE 6(6A313)使用插座编译错误

来自分类Dev

使用Xcode 6编译的iPhone应用程序可以在iPad上通用运行

来自分类Dev

Xcode 6自动为iPhone 6和6 plus调整应用程序的大小

来自分类Dev

iPhone 6的编译错误(没有要编译的体系结构)

来自分类Dev

Xcode 6 Interface Builder“无法打开已编译的笔尖”错误,FiksuSDK

来自分类Dev

Xcode 6 Interface Builder“无法打开已编译的笔尖”错误,FiksuSDK

来自分类Dev

我可以用Xcode <6编译Swift吗?

来自分类Dev

Xcode 6-编译和使用gtest 1.7

来自分类Dev

我可以用Xcode <6编译Swift吗?

来自分类Dev

Xcode 6:为什么现在不编译该代码?

来自分类Dev

xCode 6最终版本中的编译器错误

来自分类Dev

Xcode 6:编译NSManagedObject类时出现属性错误

来自分类Dev

VB6无法编译-生成巨大的TMP文件

来自分类Dev

Gulp-Sass无法正确编译Foundation 6

来自分类Dev

MVC 6 WebAPI FromServices属性将无法编译

来自分类Dev

Angular 6 无法编译并出现服务错误

Related 相关文章

热门标签

归档