Skip to content
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading