The specified iOS provisioning profile '' could not be found.

I have developed multiple applications in the past using windows Visual studio 2022 and have never had any issues during development. However this time I am receiving the same error The specified iOS provisioning profile '{profile}' could not be found. Please enable Automatic Provisioning from the iOS Bundle Signing page. Everytime I try to deploy even though I can see that all the appropriate entries are in my apple developer portal, and I can see the profiles have been automatically downloaded to my computer. (The App identifier also matches the one establisehd in the apple developer portal and is linked to the profile).

The only thing I can think of, is that my renewal of my developer account got rejected by my bank at first, but on another attempt (about 2 weeks ago) it all went through fine.

Answered by DTS Engineer in 854886022

I’m not able to help with your third-party tooling. My advice is that you first use Xcode to test the Apple side of your code-signing setup. If you have problems with that, I’m happy to help you with those. OTOH, if that works and your third-party tools still fail, that’s something you should escalate with the tools’ vendor.

For specific instructions, see Investigating Third-Party IDE Code-Signing Problems.

Share and Enjoy

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

I’m not able to help with your third-party tooling. My advice is that you first use Xcode to test the Apple side of your code-signing setup. If you have problems with that, I’m happy to help you with those. OTOH, if that works and your third-party tools still fail, that’s something you should escalate with the tools’ vendor.

For specific instructions, see Investigating Third-Party IDE Code-Signing Problems.

Share and Enjoy

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

The specified iOS provisioning profile '' could not be found.
 
 
Q