JSONSchemaValidation
JSONSchemaValidation copied to clipboard
fixes for xcode 14.3
Hi Team,
fixing the pod listing issues when running using Xcode 14.3. We have a dependency of this library in our project and this need to be fixed before we can release our library.
Please let me know if there is anything else that I need to do to get this merged.
thank you
fixes below issues with Xcode 14.3: Without the fix pod lib lint fails on cocoa pods.
- NOTE | [iOS] xcodebuild: Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.4.99. (in target 'Pods-App' from project 'Pods')
- NOTE | [OSX] xcodebuild: /var/folders/qm/2j1_fcg57bq62slhfc1sy2880000gr/T/CocoaPods-Lint-20230620-31345-1c645xp-DSJSONSchemaValidation/App.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.9, but the range of supported deployment target versions is 10.13 to 13.3.99. (in target 'App' from project 'App')
@podkovyr..need some help with this. thank you