Björn Ritzl
Björn Ritzl
Does it only happen when you try to build and debug? A normal build without debugger works?
Does it happen all the time or was it a one time thing?
Possibly exclude certain GPUs from Vulkan (Mali-400 etc). Check with Android team.
The recommendation is to only make Vulkan the default on Android S and newer.
And this only happens when you bundle to iOS? The same project can be bundled to macOS for instance? Can you bundle an empty project to iOS?
It should also work to remove the initial dot and keep the file in the root of the project. It is cleaner though to have the files in folders.
@devisuresh https://github.com/watching
So this is when the editor is connected to your Mi Max 2 Android phone? Does it happen all the time or just once?
I have one fix that is not yet released to any of the build servers which I believe will solve this problem: https://github.com/defold/extender/commit/19a0cc09dfcf43447fde475954e2b047f41189bf When I build your project locally I...
> It is also the only podspec file with `GCC_PREPROCESSOR_DEFINITIONS` in that repo which also leads to conclusion that these preprocessing directives are probably not treated correctly. > > Could...