0
votes

We have discovered one or more issues with your recent delivery for "xxx Mobile". To process your delivery, the following issues must be corrected:

Invalid WatchKit Support - The WatchKitSupport2 folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.

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

Once these issues have been corrected, you can then redeliver the corrected binary.

1
Were you able to find a solution for this error? - Rukshan
i am getting exactly same error...did u get any solutions for it? please respond if u got any solution.. - jayant rawat

1 Answers

0
votes

enter image description hereFor second issue you need to enable bitcode for your app target as its required for watch apps.

Select your iOS app target- > Build Settings - > Build Options - > Enable Bitcode

Set it to true.

Refer this for App Thinning