onevcat пре 6 година
родитељ
комит
9f72e4bc57
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      fastlane/Fastfile

+ 1 - 1
fastlane/Fastfile

@@ -38,7 +38,7 @@ platform :ios do
   
   
   desc "Lint"
   desc "Lint"
   lane :lint do
   lane :lint do
-    carthage(command: "build", no_skip_current: true)
+    carthage(command: "build", no_skip_current: true, platform: "iOS")
     pod_lib_lint
     pod_lib_lint
   end
   end