Seems that libspine_godot.ios.template_release.a referrenced the bin/ios/ios.framework/libspine_godot.ios.template_release which is not contained in spine-godot extension
Also afer link the spine-godot in my app i got the issue as blow:
dyld: Library not loaded: bin/ios/ios.framework/libspine_godot.ios.template_release
Referenced from: /private/var/containers/Bundle/Application/87ECA24A-5722-4BB7-B5A7-436891073310/diffs.drama.app/diffs.drama
Reason: image not found
Spine-godot4.4.1 can not running on ios
There shouldn't be a .a
file in the latest download for spine-godot GDExtension 4.4.1.
Instead you should see framework folders with Info.plist files like above. This change was introduced last week.
EsotericSoftware/spine-runtimes2768
Please get the latest spine-godot GDExtension from here:
EsotericSoftware/spine-runtimes2768
Link issue is solved but the new issue is coming. When the app starting, the alert dialog is pop up and show me "Meta is only supported on ios 14.0." I do not change anything in godot engine but only replace the office export template which is provided by your company. Do you changed the low level display device on ios?