Xcode won't compile for iPhone 6

Hashem Aboonajmi

I have an old project which compiles well on my iPhone 4, but when I try to compile for my iPhone 6 I encounter this starcan't specifiy -Q with -arch arm64

what does it mean? does any one have any idea?

here a shot of my project setting: the second one is my project subModule meeting shot: enter image description here

enter image description here

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
MoDJ

You are attempting to compile AVAnimator/maxvid_decode_arm.s which is 32 bit ARM asm code under the ARM64 built target. You will need to update the version of the AVAnimator library that you have embedded into your app to the github HEAD in order to compiler for ARM64.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

c++ using struct enum as a parameter won't compile

분류에서Dev

Xcode 6 용 iPhone 4 시뮬레이터

분류에서Dev

Iphone4 개발 장치 xcode6

분류에서Dev

Xcode won't let me create a new project

분류에서Dev

Xcode won't download the exact HTML from website

분류에서Dev

iPhone 6 및 6 Plus 용 Xcode의 중앙 테이블보기

분류에서Dev

Xcode 6 Beta 6에서 iPhone 5c 프로비저닝

분류에서Dev

Java Class.forName won't compile. Getting "cannot find symbol symbol : method"

분류에서Dev

How to obtain app screenshots for different iphone sizes (4S, 5, 6) in XCode

분류에서Dev

Xcode는 iPhone 6 용으로 컴파일되지 않습니다.

분류에서Dev

Xcode는 iPhone 6 용으로 컴파일되지 않습니다.

분류에서Dev

Xcode-iPhone 6 Plus가 @ 2x로 계속 인식됨

분류에서Dev

Xcode 6.1 Compile error

분류에서Dev

Xcode 6 시뮬레이터에는 여러 개의 iphone6 및 6+ 항목이 있습니다.

분류에서Dev

Why doesn't LLVM compile typedeffed C blocks in pch file with Xcode?

분류에서Dev

iOS 8.1이 설치된 Xcode 6.0.1, iPhone 6+ 기기를 선택할 수 없음

분류에서Dev

Xcode 6 베타를 사용하여 iPhone 앱을 업로드 할 수 없음

분류에서Dev

xcode 7 베타가 "iPhone 6에서 xxxxx WatchKit 앱 실행 중"에서 멈춤

분류에서Dev

Xcode 6.4는 실행할 iPhone 6 시뮬레이터 만 표시합니다.

분류에서Dev

xcode stream fail to play on iphone

분류에서Dev

XCode 6을 사용하는 iOS8 용 앱 구축, iPhone 6에서 여전히 텍스트가 흐릿함

분류에서Dev

DTD won't verify

분류에서Dev

String won't print

분류에서Dev

RequestContext won't work

분류에서Dev

Gimp won't launch

분류에서Dev

Xcode 6 Beta projects compatibility with Xcode 6

분류에서Dev

iPhone 6 Plus의 UISplitViewController

분류에서Dev

separatorInset is not working Xcode 6?

분류에서Dev

iPhone 용 빈 xib 파일을 만드는 Xcode6? 크기가 너무 큽니다

Related 관련 기사

  1. 1

    c++ using struct enum as a parameter won't compile

  2. 2

    Xcode 6 용 iPhone 4 시뮬레이터

  3. 3

    Iphone4 개발 장치 xcode6

  4. 4

    Xcode won't let me create a new project

  5. 5

    Xcode won't download the exact HTML from website

  6. 6

    iPhone 6 및 6 Plus 용 Xcode의 중앙 테이블보기

  7. 7

    Xcode 6 Beta 6에서 iPhone 5c 프로비저닝

  8. 8

    Java Class.forName won't compile. Getting "cannot find symbol symbol : method"

  9. 9

    How to obtain app screenshots for different iphone sizes (4S, 5, 6) in XCode

  10. 10

    Xcode는 iPhone 6 용으로 컴파일되지 않습니다.

  11. 11

    Xcode는 iPhone 6 용으로 컴파일되지 않습니다.

  12. 12

    Xcode-iPhone 6 Plus가 @ 2x로 계속 인식됨

  13. 13

    Xcode 6.1 Compile error

  14. 14

    Xcode 6 시뮬레이터에는 여러 개의 iphone6 및 6+ 항목이 있습니다.

  15. 15

    Why doesn't LLVM compile typedeffed C blocks in pch file with Xcode?

  16. 16

    iOS 8.1이 설치된 Xcode 6.0.1, iPhone 6+ 기기를 선택할 수 없음

  17. 17

    Xcode 6 베타를 사용하여 iPhone 앱을 업로드 할 수 없음

  18. 18

    xcode 7 베타가 "iPhone 6에서 xxxxx WatchKit 앱 실행 중"에서 멈춤

  19. 19

    Xcode 6.4는 실행할 iPhone 6 시뮬레이터 만 표시합니다.

  20. 20

    xcode stream fail to play on iphone

  21. 21

    XCode 6을 사용하는 iOS8 용 앱 구축, iPhone 6에서 여전히 텍스트가 흐릿함

  22. 22

    DTD won't verify

  23. 23

    String won't print

  24. 24

    RequestContext won't work

  25. 25

    Gimp won't launch

  26. 26

    Xcode 6 Beta projects compatibility with Xcode 6

  27. 27

    iPhone 6 Plus의 UISplitViewController

  28. 28

    separatorInset is not working Xcode 6?

  29. 29

    iPhone 용 빈 xib 파일을 만드는 Xcode6? 크기가 너무 큽니다

뜨겁다태그

보관