You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
Hello there, I've just noticed that something's different in Xcode 13.3 when uploading an .ipa that uses Flurry as a dependency.
In my case, I'm using it with Swift Package Manager, I'm on the latest version (12.4.0 as of today).
Important things:
Xcode 13.2 works fine
Xcode 13.3 does NOT work fine
These are the related errors I get when uploading the app to AppStore Connect:
$ xcrun "altool" "--upload-app" "-f" "/Users/vagrant/deploy/[REDACTED].ipa" "--type" "ios" "--username" "[REDACTED]" "--password" "[REDACTED]"
*** Error: ERROR: [ContentDelivery.Uploader] Asset validation failed (90208) Invalid Bundle. The bundle [REDACTED].app/Frameworks/CrashReporter.framework does not support the minimum OS Version specified in the Info.plist. (ID: 3751efe2-5b41-4772-b253-a6a7ab9454da)
*** Error: ERROR: [ContentDelivery.Uploader] Asset validation failed (90208) Invalid Bundle. The bundle [REDACTED].app/Frameworks/Flurry_iOS_SDK.framework does not support the minimum OS Version specified in the Info.plist. (ID: 91c0d8aa-1028-4002-b5b3-5a788ee8b80d)
It looks that Flurry's not setting the minimum OS version in the Info.plist file correctly.
Is there any chance to correct this so we can use the latest Xcode version?
Thank you!
Sento.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello there, I've just noticed that something's different in Xcode 13.3 when uploading an .ipa that uses Flurry as a dependency.
In my case, I'm using it with Swift Package Manager, I'm on the latest version (12.4.0 as of today).
Important things:
These are the related errors I get when uploading the app to AppStore Connect:
It looks that Flurry's not setting the minimum OS version in the Info.plist file correctly.
Is there any chance to correct this so we can use the latest Xcode version?
Thank you!
Sento.
The text was updated successfully, but these errors were encountered: