Closed focux closed 9 months ago
Turns out I had something wrong with my expo module config. I have several targets in my Podfile and I should have put use_expo_modules!
inside each target instead of outside.
Hey @focux, can you show me how you fixed this? I only have two targets, project and projectTest, and having this in both isn't solving this.
Is your RN app a bare + expo modules app?
Today I upgraded my app from v1 to v2 and after that, the build started failing as you see below, the error seems related to
react-native-ios-utilities
. Also, If it helps, my app is a bare react native app with expo modules. I'm using Expo SDK 50 with RN 73.Versions