We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4fc32f commit 1822757Copy full SHA for 1822757
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