provisioning profile empty devicelist

Hello!

I need help with the following issue.

I can't create a provisioning profile. The following error message appears: The following devices are either already present and have not been modified, or they contain invalid identifiers.

I'm a beginner and have been struggling with this issue for a month and a half. Any help would be appreciated.

Answered by DTS Engineer in 872682022

If you’re just starting out I recommend that you allow Xcode’s automatic code signing to take care of your provisioning needs. That is:

  1. Launch Xcode.
  2. In Xcode > Settings > Apple Accounts, sign in with your developer Apple Account.
  3. Create a new project from the iOS > App template.
  4. In Signing & Capabilities, check “Automatically manage signing” and select your team in the Team popup.
  5. Attach your test device to your Mac via a USB cable.
  6. Build and run the test app on your device.

Can you get that to work?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

If you’re just starting out I recommend that you allow Xcode’s automatic code signing to take care of your provisioning needs. That is:

  1. Launch Xcode.
  2. In Xcode > Settings > Apple Accounts, sign in with your developer Apple Account.
  3. Create a new project from the iOS > App template.
  4. In Signing & Capabilities, check “Automatically manage signing” and select your team in the Team popup.
  5. Attach your test device to your Mac via a USB cable.
  6. Build and run the test app on your device.

Can you get that to work?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

provisioning profile empty devicelist
 
 
Q