diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 5a495d74..d1b045db 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -64,7 +64,7 @@ platform :ios do desc "2. 发布iOS Release ipa 到 firim 网站" lane :r do CONFIGURATION = "Release" - EXPORT_METHOD = "development" + EXPORT_METHOD = "ad-hoc" archiveAction end