Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Xcode 13.3 - SPM problem when uploading an .ipa #24

Open
SentoCrespo opened this issue Mar 14, 2024 · 0 comments
Open

Xcode 13.3 - SPM problem when uploading an .ipa #24

SentoCrespo opened this issue Mar 14, 2024 · 0 comments

Comments

@SentoCrespo
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant