简体   繁体   中英

What do I need to change in Xcode or in my Developer profile in order to get rid of the error in Xcode?

I don't understand why Xcode thinks I need to create a unique identifier for the project/app (it's just a simple sticker pack), when it shows on my Developer profile that I already own the Bundle ID and am able to use it in my apps. Can someone please help me understand this?

在此处输入图片说明 在此处输入图片说明

UPDATE:

Just wanted to provide more context with pictures. As you can see, the info in Xcode matches up with the info online and in my Developer cert. So again, I don't understand what I'm doing wrong here.

开发人员证书

Xcode中的开发人员ID

我在Xcode中遇到的错误

在xcode中看到的应用ID

在此处输入图片说明

UPDATE #2:

It was suggested to me to change the Product Bundle Identifier in Build Settings to something unique. However, since I've already registered the app in my online developer account, doesn't that mean that my identifier is in fact unique? I don't think Apple would allow me to register with an ID that wasn't unique would it? Anyway, here's a screenshot of what I had already done, but was suggested to me to do in order to try and fix my problem. The problem still exists, so I don't think changing the product bundle ID is going to solve it.

构建设置中的产品捆绑包ID

This is the error message when your Package bundle is not unique. When you try to manage automatic signing in XCode for iOS automation, all package bundle should have unique ID.

To solve this, please find below steps:

  • Navigate to 'Build Settings' tab.
  • Click on product bundle identifier to display in Edit mode.
  • Update it to 'com.test.abc'.
  • Navigate back to 'General' tab.
  • 'Automatic' manage signing should be created.


Worked for me! Hope it helps!
Source: https://club.ministryoftesting.com/t/failed-to-create-provisioning-profile-error-is-displayed-on-automatic-manage-signing-for-ios-app-automation/14814

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM