We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95b24d commit 5788449Copy full SHA for 5788449
1 file changed
fastlane/Fastfile
@@ -39,7 +39,8 @@ platform :ios do
39
build_app(
40
project: "DevLog.xcodeproj",
41
scheme: "DevLog",
42
- export_method: "app-store"
+ export_method: "app-store-connect",
43
+ xcargs: "-skipPackagePluginValidation"
44
)
45
46
next api_key
0 commit comments