No profiles for '***.***.***.***' were found

We've been creating iOS apps for a few years now, but when I tried last month, I got an error in my XCode that says:

No profiles for 'com.os.hub.mth2' were found Xcode couldn't find any iOS App Development provisioning profiles matching '***.***.***.***'.

I'm not sure if it's the cause or not, but when I look at the signing certificates, the Developer ID Application Certificate says:

Missing Private Key

The weird part of that is that I see a private key with this name in my Keychain access, so I'm not sure what's wrong.

There has been a significant time gap between now and the last time we created a mobile app, so I'm not sure if something changed in XCode/MacOS to cause this issue, or if something expired.

I'd appreciate any advice.

Here's some things to try:

  • login to developer.apple.com and check and see if com.os.hub.mth2 inadvertently was registered in your personal account instead of your developer account. If it was, delete it from your personal account.

  • Login to developer.apple.com and check and see if you have a wildcard app id registered in your account. If you do, delete it.

  • If you're using automatic code signing you can delete the invalid certificates in the Keychain Access app. Xcode will download the correct certificates next time you run a build.

If that doesn't help, consider opening a support incident so I can take a look at the settings on your machine. https://developer.apple.com/support/technical/

No profiles for '***.***.***.***' were found
 
 
Q