d-date / google-mlkit-swiftpm

Google MLKit for iOS in Swift Package Manager
Apache License 2.0
92 stars 21 forks source link

Submit to AppStore fails: MLKitVision.framework does not support the minimum OS Version specified in the Info.plist. #42

Closed marianhunchak closed 3 months ago

marianhunchak commented 3 months ago
Screenshot 2024-05-16 at 21 44 38

I found similar issue and they have workaround: https://github.com/firebase/firebase-ios-sdk/pull/12439/files#diff-f4eb4ff5ec89af999cbe8fa3ffe5647d7853ffbc9c1515b337ca043c684b6bb4R679 updated the minimumOSVersion to 100 which is a workaround for the time being for Xcode 15.3 to be useable with SPM.

marianhunchak commented 3 months ago

Apparently the issue is with Xcode 15.3. Once I've updated Xcode 15.4, I was able to successfully upload build to AppStore.