[iOS] Xcode 10.2 Error (Could not build module 'WatchKit')

Could not build module 'WatchKit'

Xcode 10.2 업데이트 이후 발생한 Could not build module 'WatchKit'  Error 정보 및 해결 방법 공유

해결방안 링크 (참조)
https://stackoverflow.com/questions/55352740/xcode-10-2-gnu-style-inline-assembly-is-disabled

Simulator 에서만 발생한 Error, 실제 Device에서 실행시 발생하지 않음.
해당 기능 Other C Flags  -fgnu-inline-asm 기입으로 인한 Simulator 실행 가능함.
#. (개인생각) 매번 Xcode 업데이트 할 때마다 생각치 못한 Error들이 발생하는 것 같다........


1. Simulator 실행시 (GNU-style inline assembly is disabled) 에러 발생.


2. 해결방법 Watch Target(Extenstion) > Build Settings > Other C Flags
   -fgnu-inline-asm

댓글