Frage

Getting following error while uploading the app on AppStore.

I know the reason of second warning but don't know the reason of first error.

enter image description here

I have set the following parameters in my Plist -

1) Bundle OS Type code - APPL

2) Bundle Identifier - com.company.appname

3) Bundle display name - Appname

Anyone can help me.

War es hilfreich?

Lösung 2

Change Bundle OS type code to BNDL and Bundle Creator OS Type Code to ????.

Andere Tipps

Make sure you have that in your .plist file:

<key>CFBundlePackageType</key>
<string>APPL</string>

If you have several targets (release / debug maybe) make sure you changed that in the configuration you are posting - potentially you have several .plist files in your project.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top