[AUTO Résolu] Invalid or Non-Increasing CFBundleVersion

Salut,
Je galère depuis hier sur la mà j d'une application Mac dans iTunes Connect. Pourtant le message semble clair : Invalid or Non-Increasing CFBundleVersion.
Je trifouille depuis hier soir mon info.plist dans xCode mais je n'arrive pas à résoudre le problème. La dernière version prête à la vente est référencée 1.20. Je souhaite, suite à une correction mineure faire passer mon app en 1.21
Mon fichier info.plist est :
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>1.21</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>fbmi</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>DocIcon</string>
<key>CFBundleTypeName</key>
<string>DocumentType</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>NSDocumentClass</key>
<string>$(PRODUCT_MODULE_NAME).Document</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.ilandes.freebmi</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.21</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.21</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.healthcare-fitness</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2015 Sébastien REMY. All rights reserved.</string>
<key>NSMainStoryboardFile</key>
<string>Main</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>
Si quelqu'un à une idée, ou de meilleurs yeux que moi ;-)
D'avance merci, seb
Mots clés:
Connectez-vous ou Inscrivez-vous pour répondre.
Réponses
Lire, relire, re-relire,
Faire autre chose...
Lire, relire, re-relire,