aleyooop
aleyooop
### How frequently does the bug occur? All the time ### Description Actual result: 1. Try to archive project with a sub-target that has realm-cocoa as SPM dependency. 2. Get...
Fix for [#145](https://github.com/SceneView/sceneview-android/issues/145)
In current implementation `SurfaceCopier` makes copy using `SceneLifecycleObserver.onFrame()`, which is wrong and causing instant crash. Considering Filament documentation `copyFrame() should be called after a frame is rendered using render but...