浏览代码

Check warnings in pod lint

onevcat 2 年之前
父节点
当前提交
f7a33f17d9
共有 1 个文件被更改,包括 2 次插入4 次删除
  1. 2 4
      fastlane/Fastfile

+ 2 - 4
fastlane/Fastfile

@@ -41,9 +41,7 @@ platform :ios do
 
 
   desc "Lint"
   desc "Lint"
   lane :lint do
   lane :lint do
-    # Allows warnings temporarily before CocoaPods 1.13.0 (visionOS support) and Xcode 15.0
-    # pod_lib_lint
-    pod_lib_lint(allow_warnings: true)
+    pod_lib_lint
     spm
     spm
   end
   end
   
   
@@ -83,7 +81,7 @@ platform :ios do
       upload_assets: ["build/Kingfisher-#{target_version}.zip"]
       upload_assets: ["build/Kingfisher-#{target_version}.zip"]
     )
     )
     
     
-    pod_push(allow_warnings: true)
+    pod_push
   end
   end
 
 
   lane :xcframework do |options|
   lane :xcframework do |options|