문제

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.

도움이 되었습니까?

해결책 2

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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top