-
Notifications
You must be signed in to change notification settings - Fork 3
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
Can't submit to App Store using Xcode 15.3 with current minimum OS version #55
Comments
Hi, experiencing the same issue here 🙋♂️. Singular-iOS-SDK is the last framework to produce this warning in our project, so we can’t move our CI to Xcode 15.3 because of it. |
Same issue here. We're sticking with Xcode 15.2 for Xcode Cloud builds for now, but it would be great to get this addressed so we could get on the latest. |
Hey, |
Same issue here. We're sticking with Xcode 15.2 for Xcode Cloud builds for now. Xcode 15.3 has so many issues. |
Same here. |
Are there any updates on this issue? We have a large team that moved to Xcode 15.3 when it came back. Going back to Xcode 15.2 is not an option. |
I tried using 12.4.0, but I got compilation errors, which seemed related to not seeing the headers in the xcframework. I decided to bring in the repo as a local SPM package and modified the Package.swift file. This works for me and should have the proper As a bonus, I was able to remove all of the I'm not sure if it's relevant, but I use the Singular SPM package in another SPM package. Here's the package file I used with the v12.4.0 code.
|
fixed in version 12.3.3 |
In the 15.3 release of Xcode, Apple seems to have introduced a bug that surfaces during the App Store validation step with the error:
Invalid Bundle. The bundle <App ID>/Frameworks/Singular.framework does not support the minimum OS Version specified in the Info.plist. (ID: 18a0de07-d9cc-4c96-afdf-2cb02327c59e)
There is no way to fix this error in the app and is, apparently, a mistake in how minimum iOS versions in the app and packages are compared. The workarounds seem to be to downgrade Xcode to 15.2, or for the package maintainers to set the minimum iOS version to the impossible number of 100.
Firebase has encountered the same problem with their SDK and they have implemented the version 100 solution. firebase/firebase-ios-sdk#12439 (comment) They also have an Apple Feedback ID indicating their report of the problem.
While we await an Xcode fix from Apple, would it be possible to implement the version 100 fix so that the Singular SDK continues to work with the current Xcode version?
The text was updated successfully, but these errors were encountered: