vtool -show libspine_godot.ios.template_release
libspine_godot.ios.template_release:
Load command 10
cmd LC_BUILD_VERSION
cmdsize 32
platform IOS
minos 17.5
sdk 17.5
ntools 1
tool LD
version 1053.12
Load command 11
cmd LC_SOURCE_VERSION
cmdsize 16
version 0.0
Your dev team compile the dylib with ios sdk 17.5 and do not set the miphoneos-version-min=12.0 in SConstruct。So when we upload the achieve to test flight ,got these errors:
And the minimum OS Version in my project is 13.0
invalid Bundle. The bundle diffs.app/Frameworks/libspine_godot.ios.template_release.framework does not support the minimum OS Version specified in the Info.plist. (ID: db18415d-19fd-462c-ba01-6789c3e08051)
error: exportArchive Validation failed. Invalid Bundle. The bundle diffs.app/Frameworks/libspine_godot.ios.template_release.framework does not support the minimum OS Version specified in the Info.plist. (ID: db18415d-19fd-462c-ba01-6789c3e08051).
Please fix this as soon as possible!!!!!!!!!!!!!!