ReactVision / virocore

ViroCore: A cross-platform AR/VR renderer 🧩💙💛🤍💚
MIT License
65 stars 29 forks source link

latest build crashes when incorporated into react viro #205

Open thedentist89 opened 4 days ago

thedentist89 commented 4 days ago

Environment

Please provide the following information about your environment:

  1. OS: Mac, Windows, Linux
  2. Version: ViroCore version
  3. Device(s): What device(s) are you are seeing the issue on (i.e. Samsung Note 8, Pixel 2 XL, etc)

Description

I'm targeting android 13 and up an I need the persmissions fix, but I incorporate the react viro .aar file into viro and then install it as a local version in my react native app it crashes with this error

Your app just crashed. See the error below.
java.lang.UnsatisfiedLinkError: dlopen failed: library "libviro_arcore.so" not found
  java.lang.Runtime.loadLibrary0(Runtime.java:1082)
  java.lang.Runtime.loadLibrary0(Runtime.java:1003)
  java.lang.System.loadLibrary(System.java:1661)
  com.viro.core.ViroViewARCore.init(ViroViewARCore.java:506)
  com.viro.core.ViroViewARCore.<init>(ViroViewARCore.java:461)
hannesa2 commented 4 days ago

I can/could help you, but it's somehow disappointing that nobody approves my pull request to be able to improve the pipeline. That's why I'm not really involved here.

Having a proper CI could help us to reproduce your issue

thedentist89 commented 3 days ago

@hannesa2 I ended up forking the repo and changed the script in the workflow to make a release version instead of debug, and it worked and it all worked out, and I stumbled into another issue that is app freezes when trying to record a video