command 명령어로 cordova run ios 를 실행했는데 아래와 같은 오류가 났다. ( Xcode6, iOS 8.x)


ld symbol s not found for architecture armv7 

clang error linker command failed with exit code 1 use v to see invocation


해결책은 Xcode의 Build Settings - Architectures - Build Active Architectures Only 를 Yes로 바꾸어 주면 된다.


하지만 이경우 Xcode에서 아이폰을 연결한 후 직접 폰으로 실행하면 또 오류가 난다.

이경우 Build Active Architectures Only 를 다시 No로 바꾸어 주면 된다.

 


+ Recent posts