Unable to install “xxxx”

Unable to install “xxxx”

今天早上发现的问题,昨晚下班的时候还是OK的?

网上得到的答案大多是2016年的钥匙串中的证书过期重复删掉即可;然而在2019年是没有用的.

问题如下图:
Unable to install “xxxx”_第1张图片

This application or a bundle it contains has the same bundle identifier as this application or another bundle that it contains. Bundle identifiers must be unique

Unable to install “xxxx”_第2张图片

发现原因:

由于项目采用framework(内含资源bundle)进行了模块化

多个现场进行上线 ,直接复制,改了主工程的bundle ID。

其他bundle ID 出现了重复.导致了这个问题的发生.

解决 办法:保持所有的bundle ID 唯一

特此记录!!!

你可能感兴趣的:(iOS问题)