2016-07-01 9 views
1

Ich habe gesetzt CFBundleShortVersionString & CFBundleVersion in App_Resources/iOS/info.plist alsXcode ios veröffentlichen nicht

<key>CFBundleShortVersionString</key> 
<string>1.0.0</string> 
<key>CFBundleVersion</key> 
<string>1.0.0.0</string> 

nativescript mit:

tns-ios: 2.1.0 tns -Version: 2.1

0,0

hier ist die tns ios Ausgabe veröffentlichen:

ERROR ITMS-90057: "The bundle 'Payload/<XYZ>.app/Frameworks/NativeScript.framework' is missing plist key. The Info.plist file is missing the required key: CFBundleShortVersionString." 
ERROR ITMS-90057: "The bundle 'Payload/<XYZ>.app/Frameworks/NativeScript.framework' is missing plist key. The Info.plist file is missing the required key: CFBundleShortVersionString." 

Aus irgendeinem Grund findet es den erwähnten Schlüssel nicht. Irgendwelche Ideen? Dank

Update:

Offene Plattformen/ios/Intern/NativeScript.framework/Info.plist in Xcode.

Änderung Bundle Version: 2.1.0 hinzufügen Bundle-Versionen string, kurz: 2.1

Antwort