I need help for calling a function from Swift code 🙏
j
Jan Holešovský
01/31/2024, 7:35 AM
I think first you need to set your build so that symbols from libraries are re-exported, so that they are visible in the iosApp / Swift. Then to actually find the exact way to call it, have a look at shared/build/bin/iosSimulatorArm64/debugFramework/shared.framework/Headers/shared.h (or equivalent).