3

Invalid Executable - The executable 'xx.app/Watch/watchkitapp.app/PlugIns/watchkitapp Extension.appex/watchkitapp Extension' does not contain bitcode.

Getting this error In watchkit extension build settings there is no option for bitcode. Please help.

rmaddy
  • 314,917
  • 42
  • 532
  • 579

1 Answers1

0

I've seen a similar error when my app id's were not set up correctly. Make sure you have one for the iOS app, one for the watch app, and one for the watch extension (yes, the watch UI and extension require separate identifiers).

lehn0058
  • 19,977
  • 15
  • 69
  • 109