본문 바로가기

프로그래밍/iOS

[iOS] bitcode

XCode6.4에서 잘 돌아가는 프로젝트를 XCode7에서 돌리자니 아래와 같은 에러가 났다.


bitCode어쩌구 저쩌구



그래서 설정을 찾아보니 Enable  Bitcode가 Yes로 되어 있어서 그런 이슈가 나나보다 하고 이걸 No로 바꿨더니 잘 동작한다.


그러고 보니 bitcode가 뭔가 해서 찾아봄

  • Bitcode. When you archive for submission to the App Store, Xcode will compile your app into an intermediate representation. The App Store will then compile the bitcode down into the 64 or 32 bit executables as necessary.

출처는 Apple 문서

또한 위 내용에 대한 stackOverflow