submission errror
Hi, I updated to xcode14 rc1 on weekend and builds of my ios app incl my watch companion app work well on phone & watch devices
But upon submission I get TMS-90398: Invalid WatchKit Support
TMS-90398: Invalid WatchKit Support - The bundle contains an invalid implementation of WatchKit. The app may have been built or signed with non-compliant or pre-release tools. Visit developer.apple.com for more information.
right xcode?
Now, I did verify that I use the right XCode by looking at the Contents of the Info.plist within the compiled/bundled up apps::
ios app:
- DTXcodeBuild: 14A309
- DTSDKBuild: 20A360
contained watch app & watch extension:
- DTXcodeBuild: 14A309
- DTSDKBuild: 20R362
bitcode?
- I verified there is no bitcode as I read thats deprecated
I have no idea what to check at this point :(