Relative Content

Tag Archive for javascriptiosxcodereact-nativemobile

Xcode Trying to Include removed Module in app build

I’m working on updating a fairly old React Native app. One of the things I’ve done is remove Sentry React Native, as it required an account to access an online portal I don’t have access too. I thought this would be fairly simple – I removed Sentry from node modules, from pods, do npm install and pod install, and remove all references from Sentry out of the actual javaScript code of the app. I’ve also cleaned build, deleted node_modules and reinstalled, but have the same outcome as below.