You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install pods without flipper NO_FLIPPER=1 RCT_NEW_ARCH_ENABLED=1 npx pod-install and it solve the issue
To reproduce
git clone [email protected]:callstack-internal/bridging-tutorial-davyd.git
cd bridging-tutorial-davyd
git checkout c16068ef5b91e6505056785549cda80faaec285f
cd MyApp
yarn
yarn ios # fail
The text was updated successfully, but these errors were encountered:
retyui
changed the title
Can build the app after adding "Save file picker module" ios implementation
Can't build the app after adding "Save file picker module" ios implementation
Jul 28, 2023
I reproduced it, however when running the app from Xcode, I got facebook/react-native#37762 (don't know if it was because Xcode resolves Node in weird way)
Oh, that's classic error) when you use Node.js version manager or Node.js was instated using non default path
ls -l /usr/local/bin/node # default
ls -l /opt/homebrew/bin/node # brew
xcode build fails with:
I tried to install pods without flipper
NO_FLIPPER=1 RCT_NEW_ARCH_ENABLED=1 npx pod-install
and it solve the issueTo reproduce
The text was updated successfully, but these errors were encountered: