diff --git a/fastlane/Fastfile b/fastlane/Fastfile index c7cbde16..6f423718 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