用xcode automatically manage signing 我用的是原来用的bundid,现在显示 The app ID "xxxxxxxxxxxxx" cannot be registered to your development team. Change your bundle identifier to a unique string to try again.
非常奇怪啊...这个bundid 我不能随便的更换,请问有遇到这种情况解决的吗?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
出现该问题通常是app ID冲突,即该app ID已经有人注册过,你可以换一个app ID。 如果你以前在真机上运行过这个程序,app id没有改,出现的这个问题,把原来的程序彻底删除,再重新装了试试看看呢。
查看你的证书状态,如果正常,清理项目,删掉app,重新运行。