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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -