Pregunta

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.

¿Fue útil?

Solución 2

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

Otros consejos

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top