This repository was archived by the owner on Mar 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Xcode 13.3 - SPM problem when uploading an .ipa #24
Copy link
Copy link
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels