diff --git a/fastlane/Fastfile b/fastlane/Fastfile index f235598f5..2562434d6 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -38,7 +38,7 @@ platform :ios do desc "Lint" lane :lint do - carthage(command: "build", no_skip_current: true) + carthage(command: "build", no_skip_current: true, platform: "iOS") pod_lib_lint end