Various ITMS errors when trying to submit archive

2019-05-30 13:22发布

So this is a weird one — I get the following errors when trying to submit my archive to the App Store:

ERROR ITMS-90049: "This bundle is invalid. The bundle identifier contains disallowed characters. [See the section of the Application Programming Guide entitled The APplication Bundle.]"

ERROR ITMS-90049 "This bundle is invalid. The bundle identifier contains disallowed characters

ERROR ITMS-90056: "This bundle is invalid. The Info.plist file is missing the required key: CFBundleVersion."

From my plist:

<key>CFBundleIdentifier</key>
<string>com.myApp.app</string>

<key>CFBundleVersion</key>
<string>3.1.5</string>

<key>CFBundleShortVersionString</key>
<string>3.1.4</string>

Running xCode 7.0.1

10条回答
Melony?
2楼-- · 2019-05-30 13:54

Check if the third-party's has plist file.Apple may mixed the third-party Sdk plist with the local plist file. Delete the third-party's plist file then upload success.

查看更多
Melony?
3楼-- · 2019-05-30 13:54

I solve this by following this link, add Bundle identifier which is missing in info.plist of TencentOpen SDK.

查看更多
啃猪蹄的小仙女
4楼-- · 2019-05-30 13:54

iTunes Connect is currently experiencing major issues. I can't post any citations as I'm unaware of an iTunes Connect support status page, but I spent a while on the phone with them earlier today for a similar issue.

查看更多
SAY GOODBYE
5楼-- · 2019-05-30 14:02

Update XCode to 7.1, it is posted yesterday.

Use the newest XCode to submit will be OK.

==================================================

As muyexi said, I delete TencentOpen SDK info.plist,then submit success.

delete TencentOpen SDK's info.plist

查看更多
Root(大扎)
6楼-- · 2019-05-30 14:02

If you are using cocoapods, make sure you do a

pod update

That will update all your pod files and solved this issue for me!

查看更多
别忘想泡老子
7楼-- · 2019-05-30 14:03

There seems to be some Issues from Apples's Side, I am experiencing the same issues, I would suggest to wait for some time before making any major changes.

This seems to be happening a lot lately, after some time, It starts working again .

查看更多
登录 后发表回答