xcode - Sentry erorr unpon launch of react-native app -
i'm trying launch react-native app in xcode, build succeeds errors on launch page.
the error is:
dyld: library not loaded: @rpath/libswiftcore.dylib referenced from: /users/****/library/developer/xcode/deriveddata/*****/build/products/debug-iphonesimulator/sentry.framework/sentry reason: image not found
here relevant dependencies:
"dependencies": { "react-native": "^0.43.3", "react-native-sentry": "^0.6.0",
i've tried looked @ few relevant docs , haven't helped far.
thanks help.
Comments
Post a Comment