Search code examples
javascriptreact-nativecocoapods

react-native: Build Failed (in target 'react-native-orientation' from projects 'Pods')


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


Solution

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