Currently, the watch target bundle version is not syncing with the main target bundle version, causing App Store submissions to fail with this error:
CFBundleVersion Mismatch. The CFBundleVersion value '1' of watch application
'MyApp.app/Watch/watch.app' does not match the CFBundleVersion value
'859' of its containing iOS application 'MyApp.app'. (90379)
After investigating, I discovered this is already being handled for app clip targets in createAppClipConfigurationList.
I've created a PR that adds the same condition to createWatchAppConfigurationList to fix this issue.
PR: #148
Currently, the watch target bundle version is not syncing with the main target bundle version, causing App Store submissions to fail with this error:
After investigating, I discovered this is already being handled for app clip targets in
createAppClipConfigurationList.I've created a PR that adds the same condition to
createWatchAppConfigurationListto fix this issue.PR: #148