Xcode Cloud failure without any project changes: Invalid Provisioning Profile

We've been running Xcode Cloud smoothly for the last few months, and everything's been great. Yesterday everything was fine, but builds triggered today, start failing. Since last night to today there's been no changes in the project, but we're getting this:

Invalid Provisioning Profile. The provisioning profile included in the bundle fm.here.ios.dev [Payload/Here.app] is invalid. [Missing code-signing certificate]. A Distribution Provisioning profile should be used when submitting apps to the App Store. For more information, visit the iOS Developer Portal.

Not sure why out of the blue the provisioning profile is missing the code-signing certificate. Everything's automatically managed by Xcode, so I'm not sure what has changed. We get it for our fm.here.ios.dev app and for the regular fm.here.ios one, so not isolated to a single one, seems to be happening to all of them.

I can't see anything expired on the developer portal, has there been a deploy of Xcode Cloud / App Store Connect that could trigger this?

Answered by DTS Engineer in 757534022

If you see weird problems like this it’s always a good idea to monitor the Developer > System Status page. It indicates that there was a recent problems with Xcode Cloud, although it’s hard to say whether that’s the specific problems you’re seeing.

Share and Enjoy

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

I've had random Xcode Cloud errors about my CloudKit entitlements today despite no changes on my end, so I'm thinking there might be some issues with Xcode Cloud atm...

After half a day working, we've seeing that this is intermittent. We've changed nothing and some builds succeed and some fail. Looks like a check on AppStoreConnect somehow is flaky, hopefully it'll be fixed soon. For now we're just re-triggering the builds that fail and they end up succeeding at some point.

Accepted Answer

If you see weird problems like this it’s always a good idea to monitor the Developer > System Status page. It indicates that there was a recent problems with Xcode Cloud, although it’s hard to say whether that’s the specific problems you’re seeing.

Share and Enjoy

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

Xcode Cloud failure without any project changes: Invalid Provisioning Profile
 
 
Q