-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provisioning profile "*[expo] XXX AdHoc XXX" doesn't include signing certificate "Apple Distribution: XXX" #1201
Comments
I am having the same issue, how did you fix it? |
@izakfilmalter I can't exactly remember, but I deleted any certs in my Login Keychain, created new certs in AppStoreConnect, then downloaded and installed them back into my keychain. I took me a bit to get it right! |
Thanks, that solved it for me. Was super confused with what is going on. |
I keep stumbling every once in a while in this issue, writing as reminder what specifically solved my issue: In keychain access, under Login, my certificates, delete all "Apple Distribution: ......" Certificates, then no need to download / do anything else, it just works. |
Thanks, I deleted the Apple Distribution certificate from my keychain and that solved it. |
@umbertoghio Thank you bro, you save my day |
Thank you! @umbertoghio also saved my day =) |
Thanks! This worked for me as well! |
Thanks A LOT, you so helpful, this problem exhausts me) |
Works for me too :) |
Removing it solved it for me as well. Build error was an ARCHIVE ERROR exit code 65. Looking into the xcode build logs showed it was a mismatch with my distribution certificate. |
Removing solved for me, but it brings problems to build another app I have. |
As @felipejh said, deleting Apple Distribution: ...... solved the problem, but when I try to build another desktop app for the Mac App Store, I get an error because the Apple Distribution file is missing. It would be nice if there was a way to prevent the iOS build from failing while leaving the Apple Distribution: ...... file, but I'm not sure how to do this. |
Build/Submit details page URL
https://expo.dev/accounts/XXXXXXX/projects/XXXXXXXX/builds/253dc20a-ffb0-40f9-9707-cff2c0f6575d
Summary
All of a sudden, with no changes to my certs/profiles when I run:
eas build --platform ios
I’m running into:
:x: error: Provisioning profile "*[expo] XXX AdHoc XXX" doesn't include signing certificate "Apple Distribution: XXX".
I’ve deleted all my provisioning profiles and certs and am letting eas handle creating new ones. But still the same error (both when running
--local
as well as running in the cloud). I recently upgraded toeas-cli/0.54.1
and I think it started happening after that upgrade. I can’t get any build past this.Managed or bare?
Managed
Environment
The text was updated successfully, but these errors were encountered: