Search code examples
iosreact-nativereact-native-maps

Can't run React Native iOS app after uninstall a package


I got this erro in XCODE:

enter image description here

It happens after I uninstall react-native-maps
How can I fix this error ?
Been searching, still can't solve it


Solution

  • Probably this is because you need to update your binaries in Xcode. Open your project in Xcode and check these and you should be fine:

    • Go to the Libraries folder and remove AIRMaps.xcodeproj if it is in there
    • Go to your project Target, under the Build Phases tab. Then go to Link Binary With Libraries and remove libAIRMaps.a from that list