We have updated IBLinter to 0.4.18 on Podfile, then we got this error at when it runs pod install.
[!] The platform of the target `Pods` (iOS 11.0) is not compatible with `IBLinter (0.4.18)`, which does not support `ios`.
We have set up our project as it runs IBLinter installed via CocoaPods with the reference.
We have updated
IBLinter
to0.4.18
onPodfile
, then we got this error at when it runspod install
.[!] The platform of the target `Pods` (iOS 11.0) is not compatible with `IBLinter (0.4.18)`, which does not support `ios`.
We have set up our project as it runs
IBLinter
installed viaCocoaPods
with the reference.I think that this commit is related to this.