Closed Hannnes1 closed 5 months ago
This is due to Xcode stripping symbols and moving to @Ffi annotations (rather than DynamicLibrary).
I can't fix it properly until I switch to native_assets to build everything (which is planned).
However, temporary workaround is to set "Enable Testability" in your Xcode Runner target to "True".
I think I added a note on the feature/instancing branch but haven't merged in yet.
Okay, thanks! "Enable Testability" works.
Great! Let's leave this issue open so I can come back after moving to native_assets
for building and check that the problem is indeed solved.
Confirmed working now
Hi! I got the following issue when I tried to run the app in profile mode on iOS. The same issue also appears in release mode. Development mode works as it should
I noticed the issue on the
develop
branch (newly cloned + git lfs pull). Below is a minimal reproducible sample. The error seems to be caused byawait _filamentController.createViewer();
, and the viewer never loads (the widget stays red).