-
Notifications
You must be signed in to change notification settings - Fork 88
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
EAS build iOS Build failed Production #2024
Comments
I'm going through the exact same issue while attempting internal distribution build for iOS. |
Hi, I believe you should look into Xcode logs for more useful information regarding this issue. Are you using the |
Hi, I'm fairly new to EAS CLI, and I'm not exactly sure how to find out which mode I'm using. Could you walk me through the process? Also, any thoughts on how to circumvent this issue when attempting internal distribution build for iOS? I'm following the tutorial on Expo website, but the error persists. |
You are using the |
We're having the same issue. The build fails when ran using |
Same here. The problem disappeared when I rolled back to [email protected] |
We only did small unrelated bug fixes between The |
I am seeing this issue too using both eas-cli versions 5.0.0 and 5.2.0. Here's a link to my build https://expo.dev/accounts/fairtasting/projects/fairTasting/builds/82f6ee4d-8dfb-4043-b456-4dca675d7e7c |
SOLUTION : I was facing this issue and after nuking all my certificates from the apple portal then even provisioning a new profile alongside the new credentials, I managed to fix this error. It has nothing to do with the expo cli version. Please close this issue. |
@gunslingerOP Please do not generalise your experience, I did same and does not work for me. |
I'm also facing this issue with building a expo dev client and its failing on fastlane with the same error. |
I am also facing this issue after upgrading to Expo SDK 49 in a managed workflow. Happens using EAS build for dev clients as well as for Production clients. I've tried deleting all my certs and provisioning profiles and recreating, but that did not fix the issue for me. |
Updating eas-cli to the latest version (eas-cli/5.4.0) solved my problem.
|
We are also having this issue, or at least there is some overlap in our issues: Fastlane Logs:
XCode Logs:
|
Also facing this exact same issue but only when our project contains certain dependencies ( Any idea of how to fix this? |
@MaxVickii My issue seemed to be related to enabling Rush Notification permissions for the application on the app store side of things. Then creating a new certificate and provisioning profile. I got to this conclusion by doing a local build which provided better error messaging. Hope you get resolved quickly. |
I believe this might be the actual error message
which I'm not sure how to resolve yet, it's related to one of the packages I installed recently on an added entitlement. |
|
Can you tell me what you mean by nuking all certificates and profiles? |
Done forget this. |
This worked for me. Turns out my profiles under "Certificates, Identifiers & Profiles" were invalid... Deleted every cert (except the merchant one) and profile and the build worked! |
after nearly depleting my free iOS EAS build credits for the month, I solved it by:
|
After so many tries, deleting and creating new build credentials on apple developer website solvved it for me. To be precise, I deleted it myself and let eas generate a new one when I ran eas build. |
@rijulaggarwal16 I have exactly do the same but still i'm facing a same issue. Anyone have the solution ? Please let me know. |
I was able to resolve this by running |
Hey folks I had this same issue and all I needed to do to fix this is to upgrade my eas cli. After doing this the issue was fixed. I ran |
Even after updating eas-cli, I found that it remained on the old version when I ran the eas -v command. Later, I realized that I had installed the eas-cli package not with npm but with Homebrew. Then, when I executed the following commands, eas was successfully updated:
This cleanly removes eas-cli and allows you to reinstall it with the latest version. and my eas.json:
When I completed all of these steps, the build was successful. |
Build/Submit details page URL
No response
Summary
[RUN_FASTLANE] ▸ ** ARCHIVE FAILED **
[RUN_FASTLANE] 2023-08-25 23:48:47.716 xcodebuild[8390:76551] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
[RUN_FASTLANE] ** ARCHIVE FAILED **
[RUN_FASTLANE] Exit status: 65
Managed or bare?
managed
Environment
eas build --platform ios
Error output
[RUN_FASTLANE] ▸ ** ARCHIVE FAILED **
[RUN_FASTLANE] 2023-08-25 23:48:47.716 xcodebuild[8390:76551] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
[RUN_FASTLANE] ** ARCHIVE FAILED **
[RUN_FASTLANE] Exit status: 65
Reproducible demo or steps to reproduce from a blank project
eas build --platform ios
The text was updated successfully, but these errors were encountered: