Skip to content

Build failing to submit to App Store: watch target CFBundleVersion Mismatch error #147

@LuisFilipePedroso

Description

@LuisFilipePedroso

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions