I am not able to submit my build which supports watchkit extension using xcode7.3....I recieved following error mail from itunesconnect ...
"We have discovered one or more issues with your recent delivery for "xxx Mobile". To process your delivery, the following issues must be corrected:
1) Invalid WatchKit Support - The WatchKitSupport2 folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.
2) Invalid Executable - The executable'***.app/Watch/watchkitapp.app/PlugIns/watchkitapp Extension.appex/watchkitapp Extension' does not contain bitcode."
I am having few questions regarding submitting native apps to itunesconnect
1) In order to submit update for existing apps with watchkit extension (watchos1.0) do we need to remove our existing watchkit extension & add new seperate watchos2 target?
2) My present watchkit extension is having bundle ID as "AppBundleId.watchkitextension" which is used as provisioning profile as well...But now we have to change bunde ID to "AppleBundleId.watchkitapp.watchkitextension"..do we need to change bundle Id in our provisioning profile as well & regenerate it again?