Hi guys, I’ve integrated React Native Sentry official library, version 0.5.3, on Android everything works fine, but I’m getting this error at iOS simulator in Xcode:
Unable to resolve module json-stringify-safe from /app/node_modules/react-native-sentry/lib/raven-plugin.js: Module does not exists in the module map or in these directories.
When I install json-stringify-safe library manually, then I got this error after iOS build:
dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /Users/vojta/Library/Developer/Xcode/DerivedData/Test-App/Build/Products/Debug-iphonesimulator/Sentry.framework/Sentry
Reason: image not found