Ben Doherty
Ben Doherty
Sacus1 and myself both have PRs (https://github.com/realmayus/anki_forvo_dl/pull/109, https://github.com/realmayus/anki_forvo_dl/pull/110) up to fix this issue—you can clone one of them locally to get the fix. See the discussion in https://github.com/realmayus/anki_forvo_dl/issues/108.
> Either we switch to always building all platforms We definitely don't want to do that. It's common for us while developing to just build debug, i.e. run `build.sh -i...
> It was not possible from my research to change the build scripts on iOS (project.yml etc) to support XCFrameworks in debug/release version Do you know if this is a...
> but when i reload model, crashed How are you loading your model? Are you using gltfio? If you're able to, can you share the model?
Thank you for your PR. Unfortunately at the moment we're locked into an older version of imgui due an internal Google dependency, so we would first need to wait for...
> @bejado Thanks for the info! Could you please tell me which version filament is locked into? We're currently using version v1.86.
Which sample app are you trying to build? I'm able to build with Xcode 16 without issue.
Let me rethink this a bit and try to implement something at the Filament level.
I'll take a look
The new tests fails on OpenGL and Vulkan. Will investigate