We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc56a9a commit 8da2b12Copy full SHA for 8da2b12
examples/SampleApp/fastlane/Fastfile
@@ -33,6 +33,8 @@ lane :deploy_to_testflight_qa do |options|
33
xcodeproj: xcode_project
34
)
35
36
+ xcversion(version: "16.1")
37
+
38
current_build_number = app_store_build_number(
39
api_key: appstore_api_key,
40
live: false,
0 commit comments