diff --git a/fastlane/Fastfile b/fastlane/Fastfile index f8c0ac0..3cc8275 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -55,7 +55,8 @@ platform :ios do project: "DevLog.xcodeproj", scheme: "DevLog", export_method: "app-store", - xcargs: buildAppXcargs.join(" ") + codesigning_identity: "Apple Distribution", + xcargs: "-skipPackagePluginValidation" ) next api_key