error itms-90451 “CFBundleIdentifier Collision Err

2019-01-12 10:22发布

I uploaded a version of my app – this error pop ups and I dont have any changes from the Google Maps portion of my app. On my first upload, there was no problem.

6条回答
相关推荐>>
2楼-- · 2019-01-12 10:22

I am wondering if iTunes Connect is having a temporary issue. I have the same exact error, now with a different third party library

查看更多
相关推荐>>
3楼-- · 2019-01-12 10:25

This issue is either iTunesConnect issue or Cocoapods.

When you archive and submit the App, you get this “CFBundleIdentifier Collision Error” because iTunesConnect is considering info.plist of one of pod dependency not your Watchkit App or its parent App.

In our case, it was considering Google Maps and Instabug's info.plist file.

Solution : To solve this issue we deleted all the values of info.plist from our pod dependency. Clean archive and successfully submitted.

GoogleMap iOS SDK contains info.plist on following path : GoogleMapSDK -> Resources -> GoogleMaps.bundle -> info.plist

Google Map info.plist

Screenshots of Errors :

Instabug

Google Maps

查看更多
爷的心禁止访问
4楼-- · 2019-01-12 10:26

Frameworks Signing set to None and Don't Code Sign.

Build Phases - Copy Files - Code Sign On Copy Enabled

查看更多
别忘想泡老子
5楼-- · 2019-01-12 10:37

Just remove the embed frameworks build phase from your extension.

Click on extension in target section -> Build phases -> remove the embed pods frameworks

See attached picture:

enter image description here

查看更多
forever°为你锁心
6楼-- · 2019-01-12 10:37

This issue is probably Apple's iTunesConnect side of the problem. see my question: ITMS-90451:CFBundleIdentifier Collision Error

I also encountered the same problem in the submission of the application using the Qt framework. I have submitted a report in https://bugreport.apple.com/. Something I will even write if there is a reply from Apple.

查看更多
欢心
7楼-- · 2019-01-12 10:49

I Solve the problem. I just deleted the 3rd party framework. Then add it again. I don't why it cause this but it works.

查看更多
登录 后发表回答