Closed kacperd closed 7 months ago
Having the same exact issue here, looking for a solution.
@kacperd Did you find any solution yet? I emailed the Geetest team this morning and hope to get some help soon.
@denysApple Regarding the
[Application Loader Error Output]: Asset validation failed Invalid Bundle. The bundle xxx/Frameworks/GT3Captcha.framework does not support the minimum OS Version specified in the Info.plist. (ID: b36d3e52-db7c-49ad-af52-cccf39fbff83) (90208)
Using an older version of Xcode on our CI helped. We used Xcode 15.1.
With:
[Application Loader Error Output]: Asset validation failed This bundle is invalid. The value for key CFBundleShortVersionString '0.15.8.3' in the Info.plist file at 'Payload/xxx/Frameworks/GT3Captcha.framework' must be a period-separated list of at most three non-negative integers. Please find more information about CFBundleShortVersionString at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring (ID: bfe53a42-8306-44a8-aaa0-d7d662fb9cc8) (90060)
We decided to stick with older version 0.15.5
for now.
With:
Asset validation failed Invalid Bundle. The bundle xxx/Frameworks/GT3Captcha.framework does not support the minimum OS Version specified in the Info.plist.
This is a bug in Apple's Xcode 15.3. Either use a lower version of Xcode, or update the 'minimumOSVersion ' in the Info.plist file in GT3Captcha.framework to 100 can help.
With:
Asset validation failed This bundle is invalid. The value for key CFBundleShortVersionString '0.15.8.3' in the Info.plist file at 'GT3Captcha.framework' must be a period-separated list of at most three non-negative integers. Please find more information about CFBundleShortVersionString at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring
Please manually modify the value of 'CFBundleShortVersionString' in the Info.plist file at 'GT3Captcha.framework' to 0.15.8 first. We will upgrade sdk version later to solve the problem.
Hey,
While using your package we started to notice that app validation fails. Below is the error output.