CFBundle Version

I have the following problem with Xcode 4 for updating an application:

I changed the version of Bundle version 1.1, as well as the package version strings short to 1.1, as well as the target version 1.1.

The problem is that in the products folder where xxx.app is located, after changing the entire version, the .app file does not change until the next current version 1.1 in this case.

I tried everything and I don’t know how to upgrade it to the current version to download via itunes connect.

Any help would be appreciated. thank you

+4
source share
1 answer

Try to clean the project and delete the current one from the product folder. Then build again. See if that helps.

+3
source

All Articles