Home > OS >  react-native: Build Failed (in target 'react-native-orientation' from projects 'Pods&
react-native: Build Failed (in target 'react-native-orientation' from projects 'Pods&

Time:08-09

I get build error image

1

when doing npm run ios on my react native app but i removed that dependency from my podfile and did pod install and pod update but still gives me the same error

CodePudding user response:

You need to check your package.json file and remove the package from it.

  • Related