Open johnfau opened 1 year ago
I am getting this issues as well and so far all of the above comment suggestions have not worked for me. The build was working fine on SDK 49 and now not working for me anymore once upgrading to SDK 51. My dev build was perfectly fine in the expo go app.
Same issue after upgrading to SDK 51.
Hello, were you able to resolve it?
expo v50, I fix it! just deleted @sentry/react-native
expo v50, I fix it! just deleted @sentry/react-native
I'm not I have this, where can I find it so I can also delete it?
expo v50, I fix it! just deleted @sentry/react-native
I'm not I have this, where can I find it so I can also delete it?
package.json than delete sentry imports in all files where are you using it
expo v50, I fix it! just deleted @sentry/react-native
I'm not I have this, where can I find it so I can also delete it?
package.json than delete sentry imports in all files where are you using it
I don't have sentry
oh, so just carefuly read log where maybe you will see ❌ emodji, and it will tell you what package is giving you error, in my case i saw that problem with sentry package
@dev-shahidul It helped me:
- npx react-native-clean-project
- npx expo-doctor
- npx expo install --fix
- npx expo prebuild --clean Opened Xcode and waited until everything checked out and the first time without warnings.
- ran the command from package.json: "ios": "expo run:ios",
work like a charm!
Continuing to see this on SDK 51 with React Native 0.75.
In my case, these were the things I had to do ;
1.Go to eas credentials and recreate your provisioning and distribution certificates
Continuing to see this on SDK 51 with React Native 0.74.5
FWIW our issue ended up being one of our other native dependencies silently causing the error. Remove them all and then add them back one by one to determine which is the cause.
For me i have to upgrade xcode to new ios version xD
In my case, the problem was with Build Phases.
I had the problem after installing a specific library, and I fixed it by adjusting the order as shown in the image.
Build/Submit details page URL
https://expo.dev/accounts/johnfa/projects/carles-connect/builds/5f04dc92-7dbc-42c8-9f9f-bb1dac0c7b2c#run-fastlane
Summary
We started a new project with expo 49. It errors with the following message :
Build failed: The "Run fastlane" step failed with an unknown error. Refer to "Xcode Logs" below for additional, more detailed logs.
We don't see any errors in Xcode logs, I put the end of the log on the Error ouput below.
Another project on the same expo account, same computer, same ios credentials (except for provisionning) on expo 47 still builds correctly.
We don't have any Mac device to test a local build which make the issue extra-difficult to understand. We tried suggestion from https://github.com/expo/eas-cli/issues/2024 and https://github.com/expo/expo/issues/25105 but the error remained.
Managed or bare?
managed
Environment
expo-env-info 1.0.5 environment info: System: OS: Windows 10 10.0.19045 Binaries: Node: 18.6.0 - C:\Program Files\nodejs\node.EXE npm: 8.13.2 - C:\Program Files\nodejs\npm.CMD npmPackages: @expo/webpack-config: ^19.0.0 => 19.0.0 expo: ~49.0.11 => 49.0.16 react: 18.2.0 => 18.2.0 react-native: 0.72.6 => 0.72.6 react-native-web: ~0.19.6 => 0.19.9 Expo Workflow: managed
✔ Check Expo config for common issues ✔ Check package.json for common issues ✔ Check dependencies for packages that should not be installed directly ✔ Check for common project setup issues ✔ Check npm/ yarn versions ✔ Check Expo config (app.json/ app.config.js) schema ✔ Check that native modules do not use incompatible support packages ✔ Check for legacy global CLI installed locally ✔ Check that packages match versions required by installed Expo SDK ✔ Check that native modules use compatible support package versions for installed Expo SDK
Didn't find any issues with the project!
Error output
Build failed: The "Run fastlane" step failed with an unknown error. Refer to "Xcode Logs" below for additional, more detailed logs.
Reproducible demo or steps to reproduce from a blank project
run
eas build --platform ios
from my expo account on a project with expo ~49.0.11