Reputation: 877
I am working on an external(it is not available on Cocoa pods) framework who's deployment target is 7.0 which I have set in Xcode 9.2 (although Xcode 9.2 shows only till iOS 8.0 I could successfully compile when I manually entered 7.0.)
While I try and use the framework in sample application and upload the sample application to app store I get the following error:
iTunes Store Operation Failed ERROR ITMS-90362:
"Invalid Info.plist value. The value for the key 'MinimumOSVersion' in bundle SDKReference.app/Frameworks/****.framework is invalid. The minimum value is 8.0"
I tried adding Minimum System Version
and Minimum OS Version keys
in the info.plist but nothing worked.
Note: I tried uploading a blank app with iOS 7.0 deployment target with Xcode 9.2. It was uploaded successfully.
Upvotes: 2
Views: 503