Ver Fonte

Disable Carthage lint and use Xcode 12 to create binary framework

onevcat há 5 anos atrás
pai
commit
40b5b222ac
1 ficheiros alterados com 2 adições e 4 exclusões
  1. 2 4
      fastlane/Fastfile

+ 2 - 4
fastlane/Fastfile

@@ -52,7 +52,7 @@ platform :ios do
 
   desc "Lint"
   lane :lint do
-    carthage(command: "build", no_skip_current: true, platform: "iOS")
+    # carthage(command: "build", no_skip_current: true, platform: "iOS")
     pod_lib_lint
   end
   
@@ -121,9 +121,7 @@ platform :ios do
     target_version = "Kingfisher-#{options[:version]}"
     supporting_root = "../build/#{target_version}/Supporting Files"
     
-    # Xcode 11.4 causes a crash in the final xcframework
-    # https://github.com/onevcat/Kingfisher/issues/1436
-    xcversion(version: "~> 11.4")
+    xcversion(version: "~> 12.0")
     FileUtils.rm_rf '../build'
     
     frameworks = []