-
Notifications
You must be signed in to change notification settings - Fork 55
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
Build for IOS #121
Comments
@bandit-ibayashi Do you have any more information regarding this error and what could potentially be causing it? |
@gabrielgustavoandrade |
Done. |
@gabrielgustavoandrade |
@can-miki one more thing, yesterday it started failing the build for Android also:
|
@gabrielgustavoandrade Or is this an error that just started that day? (Have you been able to build it up until that day?) |
Hi @can-miki, different symptoms but Android started working again (without us changing anything). We are still experiencing problems on iOS. |
Hi @can-miki, I started experiencing problems on Android again. Here's a workaround we did to fix it: |
@can-miki were you able to replicate the behavior or have more information regarding this error and possible fixes? |
Sorry to have kept you waiting. We tried building EAS locally(Not official Cloud), but the build failed. Currently, we are targeting the CLI and have not verified its operation on Expo, so it is not easy to investigate. However, we will let you know if there is an update. |
Description
When running the build for iOS I get this error:
Your device where the bug occurs
Not relevant.
Your printer
Not relevant.
Your development environment
npx react-native info:
Binaries:
Node:
version: 22.4.1
path: ~/.nvm/versions/node/v22.4.1/bin/node
Yarn: Not Found
npm:
version: 10.8.1
path: ~/.nvm/versions/node/v22.4.1/bin/npm
Watchman: Not Found
Managers:
CocoaPods:
version: 1.15.2
path: /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 23.5
- iOS 17.5
- macOS 14.5
- tvOS 17.5
- visionOS 1.2
- watchOS 10.5
Android SDK: Not Found
IDEs:
Android Studio: Not Found
Xcode:
version: 15.4/15F31d
path: /usr/bin/xcodebuild
Languages:
Java:
version: 22.0.2
path: /usr/bin/javac
Ruby:
version: 2.6.10
path: /usr/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react: Not Found
react-native: Not Found
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: Not found
newArchEnabled: Not found
iOS:
hermesEnabled: true
newArchEnabled: false
sw_vers:
gabrielandrade@Gabriels-MacBook-Pro pos % sw_vers
ProductName: macOS
ProductVersion: 15.1
BuildVersion: 24B5009l.
Note: the build fails inside Expo also.
To Reproduce
Try to build the IOS application.
Expected behavior
The applications get built.
Screenshots
See screenshot above.
Additional context
I'm using
eas
fromexpo
. I'm also on a mono-repo and using PNPM.We came up with this workaround for now:
"postinstall": "if [ \"$EXPO_ENV\" = \"true\" ]; then cp -r ../../node_modules/react-native-star-io10 ./node_modules/react-native-star-io10; fi"
.I saw this other issue: #7, I followed everything on the thread but had no success.
The text was updated successfully, but these errors were encountered: