-
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
Fastlane Build Fails on Production in Expo 51 SDK, Fine in Development #2699
Comments
|
Are you having the same issue? |
Hey, Can you send me the URL of your build? |
I sent you a message on Linkedin with the URL. Thanks so much! |
I see this error in the expo doctor check of your project: Can you try only to use one lock file? |
I updated it, and it's not showing that error, but it's still failing:
|
Sentry was causing the issue. I fixed the Auth token and it worked. |
What is Sentry? |
Can you tell me how you solved this problem? i met the same question: Build failed: The "Run fastlane" step failed with an unknown error. Refer to "Xcode Logs" below for additional, more detailed logs. |
@Jessie3 it's usually best to inspect Xcode logs and look for |
Build/Submit details page URL
No response
Summary
I upgraded from SDK 49 to SDK 51 and I have been struggling to build on iOS production.
I use a dev client, and that builds fine on iOS and Android. Android builds fine in production, but just iOS doesn't.
Been trying to find solutions everywhere.
I've reset all my credentials. Removed examples of duplicate object keys etc... But, nothing is working.
I keep on getting this error:
Please can anyone give any suggestions?
Managed or bare?
Managed
Environment
expo-env-info 1.0.5 environment info:
System:
OS: macOS 14.5
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.16.1 - /usr/local/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 9.5.1 - /usr/local/bin/npm
SDKs:
iOS SDK:
Platforms: DriverKit 24.1, iOS 18.1, macOS 15.1, tvOS 18.1, visionOS 2.1, watchOS 11.1
IDEs:
Android Studio: 2024.2 AI-242.23339.11.2421.12550806
Xcode: 16.1/16B40 - /usr/bin/xcodebuild
npmPackages:
@expo/metro-config: ^0.18.11 => 0.18.11
expo: ~51.0.39 => 51.0.39
react: 18.2.0 => 18.2.0
react-dom: 18.2.0 => 18.2.0
react-native: 0.74.5 => 0.74.5
npmGlobalPackages:
eas-cli: 13.2.3
expo-cli: 6.3.10
Expo Workflow: bare
✔ Check package.json for common issues
✔ Validate global prerequisites versions
✔ Validate Expo Config
✔ Check compatible dependency versions for the installed Expo SDK
✔ Check for conflicting global packages in project
✔ Check for incompatible packages
✔ Verify prebuild support package versions are compatible
Didn't find any issues with the project!
Error output
No response
Reproducible demo or steps to reproduce from a blank project
run eas build --platform ios
From my expo project with expo ~51.0.39
The text was updated successfully, but these errors were encountered: