Closed fatduckling closed 3 months ago
This is already fixed, but isn't in rc3 which was released before that report
Closing as a duplicate of https://github.com/godotengine/godot/issues/90168
If you can reproduce this on master
with that fix this can be reopened
Tested versions
System information
Ubuntu 20.04.6 LTS
Issue description
Hi
I'm having similar issues related to #90168
I'm no longer able to export a simple game using C++ GDExtension in Godot 4.3 RC3.
Here is my full build log after running
build.log
Basically, this is the error, which is the same as #90168
I built godot-cpp using OSXCross, something like:
Here is the output of my
.gdextension
file:I've attached my ios dylib dependencies here: libs.zip
Steps to reproduce
In the
.gdextension
file, add the following lines:I've attached the related dylib files.
Export the ios project, and you'll see the error:
Minimal reproduction project (MRP)
N/A
Happy to provide any other information anyone needs. Thanks