-
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
During Run fastlane
, eas build
fails for IOS because of global.css - Cannot read properties of undefined (reading 'raw')
#2309
Comments
Does building locally using |
This issue is stale because it has been open for 30 days with no activity. If there is no activity in the next 7 days, the issue will be closed. |
Switched to Flutter 👍 |
I'm having this issue as well and I was building for Android. I have the same setup as his and I'm on expo SDK 50 |
I am also facing the same issue, did you get any solution for this @ziadomalik ? @szdziedzic , yes it is working locally with this command |
same here as @kartikguptaofficial |
Hi, for me I got the solution by upgrading the version of nativewind from v4.0.33 to v4.0.36. This depends on the version of tailwindcss you are using, in my case I was using the latest tailwindcss version i.e. v3.4.10, so in order to use the nativewind, we also require the latest version for nativewind i.e. v4.0.36. |
Build/Submit details page URL
https://expo.dev/accounts/ziad-lumora/projects/app/builds/f2559c82-28e6-434e-9b3b-80338218b599
Summary
I am trying to build my IOS app on the cloud using
eas-cli
, I am using Nativewind (Tailwindcss) and have asrc/global.css
which I am importing in my_layout.tsx
.Here are my files:
babel.config.js
metro.config.js
Expected behaviour
Run fastlane passes and all is good.
Actual behaviour
An error during the
Bundle\ React\ Native\ code\ and\ images
stepManaged or bare?
Managed
Environment
Error output
Reproducible demo or steps to reproduce from a blank project
Follow this project creation guide:
https://www.youtube.com/watch?v=RsFoOlYj-gc&t=218s
have this eas.json
run this command:
The text was updated successfully, but these errors were encountered: