Built an app and set up CircleCI, all worked well.
Client needed to transfer app to new AppStoreConnect account, so we did that. Now the fast lane builds fail every time – Errors are vague enough to be useless. We’re stuck.
We thought it was a code signing issue, but that doesn’t seem to be the case. Logs attached below:
https://app.circleci.com/pipelines/github/Anthroware/hivetracks_mobile/828/workflows/02912894-993e-4537-9619-ce80ddd05a22/jobs/228?invite=true#step-109-2804
Transferring an app to a new App Store Connect account can sometimes lead to unexpected issues, especially with continuous integration setups like CircleCI. It’s frustrating when builds start failing without clear error messages. Given that you’ve ruled out code signing as the issue, it might be worth double-checking the app’s provisioning profiles and entitlements to ensure they align with the new account. Troubleshooting app development challenges like this can be tricky, but reviewing all settings related to the app transfer could help pinpoint the root cause.