diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 9a640429..096fc7af 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -39,7 +39,8 @@ platform :ios do build_app( project: "DevLog.xcodeproj", scheme: "DevLog", - export_method: "app-store" + export_method: "app-store-connect", + xcargs: "-skipPackagePluginValidation" ) next api_key