Uploading iOS 10 beta app gives an error - ITMS-90334

I am trying to upload an app using Xcode 8 beta 6. It is compiled against iOS 10 beta SDK. It has extensions which are also compiled for that SDK. The watchOS app is compiled against watchOS 3 SDK. When I upload it to Testflight through Xcode and Application Loader, it returns back with an error


ERROR ITMS-90334: "Invalid Code Signature Identifier. The identifier "com.apple.WK" in your code signature for "WatchOSApp" must match its Bundle Identifier


Can some one help me solve this issue ?


Thanks!

Replies

did you solve this?

How did you sovle this issue?

I got same issue with Xcode10 GM, still don't know why

Still seeing this with xcode 10.1. Had to submit with xcode 9.

Since this is the top result on google when searching for the solution to this, I solved it by enabling code signing when archiving the app, not only when exporting.