• RuntimesGodot
  • Spine-godot4.4.1 can not running on ios

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

Related Discussions
...

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?