asmadsen / react-native-unity-view

MIT License
203 stars 129 forks source link

Library not loaded #71

Closed khacbac closed 2 years ago

khacbac commented 2 years ago

Screen Shot 2021-09-29 at 11 24 36

Hi all, my unity project is using an external library NatCorder. After reactnative - export and then Build app, I got an error like this. Can anyone help me?. I have searched and tried many ways but to no avail. By the way, when I try with another Unity project that doesn't use NatCorder, it works. So I guess error when adding external library like NatCorder. Thanks a lot

gambit19 commented 2 years ago

Hi @asmadsen We are also facing this exact same issue with an external library. Can anyone guide us on how to fix this issue?

Error: dyld: Library not loaded: @rpath/Sentry.framework/Sentry

khacbac commented 2 years ago

Hi @asmadsen We are also facing this exact same issue with an external library. Can anyone guide us on how to fix this issue?

Error: dyld: Library not loaded: @rpath/Sentry.framework/Sentry

I followed this Link and has fixed. You can try https://github.com/juicycleff/flutter-unity-view-widget/issues/314

ahmetardal commented 2 years ago

Hi @asmadsen We are also facing this exact same issue with an external library. Can anyone guide us on how to fix this issue? Error: dyld: Library not loaded: @rpath/Sentry.framework/Sentry

I followed this Link and has fixed. You can try juicycleff/flutter-unity-view-widget#314

@khacbac Which part did exactly helped you? Thanks.

khacbac commented 2 years ago

this part: https://github.com/juicycleff/flutter-unity-view-widget/issues/314#issuecomment-785302253

ahmetardal commented 2 years ago

@khacbac Thank you.