Can someone please update the Deployment target. I am getting following warning on my jenkins logs The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 4.3, but the range of supported deployment target versions is 8.0 to 13.2.99. (in target 'SwiftLint' from project 'SwiftLint'
$ swiftlint lint
swiftlint version to be sure)? -> 0.37.0pod 'SwiftLint'
xcodebuild -version)? -> XCode 11.3SwiftLint can't run on iOS. Not sure how you're getting that error.
It is integrated via cocoapods
This seems to be a configuration issue with your project, not something wrong with SwiftLint's podspec.
I'm guessing it is due to a lack of specifying the iOS deployment target in the podspec... Maybe Cocoapods defaults to 4.3 if nothing is specified?
Maybe just update the podspec to call out a version?
hey, is there any workaround for this warning?
SwiftLint doesn't support building on the iOS platform. Please build on macOS or Linux.