Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppStoreConnect WARNING about MinimumOSVersion #283

Closed
ghost opened this issue Apr 9, 2024 · 9 comments
Closed

AppStoreConnect WARNING about MinimumOSVersion #283

ghost opened this issue Apr 9, 2024 · 9 comments
Labels

Comments

@ghost
Copy link

ghost commented Apr 9, 2024

Report

SDK Version

6.14.0

What did you do?

Uploaded app build with AppsFlyer-Dynamic dependency to AppStoreConnect

What did you expect to happen?

Build is uploaded without warnings

What happened instead?

Got email from AppStoreConnect stated

Although delivery was successful, you may want to correct the following issues in your next delivery. Once you've corrected the issues, upload a new binary to App Store Connect.

ITMS-90747: Architecture incompatible with MinimumOSVersion. The app bundle at '***.app/Frameworks/AppsFlyerLib.framework' specifies a MinimumOSVersion of '100.0' but contains a 32-bit architecture that is unsupported on iOS 12 and later.
@bogdanmatasaru
Copy link

please fix this

@popwarfour
Copy link

popwarfour commented Apr 10, 2024

Fix please

@PrakashT
Copy link

Hello, we are having the same issue, any update on this issue?

@kgaidis
Copy link

kgaidis commented Apr 14, 2024

There are a bunch of other issues around this:

The only thing that worked for me was switching from "Dynamic" to "Static" (the other solutions like clearing SPM cache were unsuccessful for me):

https://github.com/AppsFlyerSDK/AppsFlyerFramework-Static

@dandreiolteanu
Copy link

Same issue here, any plans to update this?

@TheCoordinator
Copy link

This seems to be quite critical, how come we're not hearing from AppsFlyer team?

@popwarfour
Copy link

googleads/swift-package-manager-google-mobile-ads#62

The version 100 appears to be an Xcode 15.3 work around. It’s an annoying warning but seems pretty harmless for now. The dynamic lib is working for us at the moment though.

There is a separate, far worse issue, where the checksums defined in the package file are not matching the underlying binary lib. I haven’t dug into why this happened but I suspect the release was botched and not resolved properly vs a local SPM cache issue.

@ge-af
Copy link

ge-af commented Apr 16, 2024

Hi all,
Our R&D team is aware of this matter and is trying to seek resolutions with highest priority to this issue.
As we understand and also manage to reproduce on our end - this is indeed a warning and not an actual rejection of the app version submission to the App Store.

We identified that the problem appears to be related to the Dynamic variant of the framework using SPM only and it is indeed a combination of the previous workaround issue we have with Xcode archive issue and the fact that our SDK is still support ARMv7 devices due to our minimum iOS version of iOS 9.
We are currently on track with this issue and going to fix it in the upcoming releases.

In order to mitigate any possible issue from your side, we highly recommend to use the Static variant of the framework until this will fully be resolved on our side.

If you do not meet the conditions for what mentioned above (you're using CocoaPods, Carthage, etc.) nor using the Dynamic variant, please reach out to our Support team at support@appsflyer.com and we will be more than happy to assist.
Thank you!

@ge-af
Copy link

ge-af commented Apr 21, 2024

Hi all, we released iOS SDK v6.14.2 that should address the above.

Please let us know if you stumble upon any issue while upgrading to it. You can also reach out to our Support team at support@appsflyer.com and we will be more than happy to assist.

@ge-af ge-af closed this as completed Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants