diff --git a/apps/tablet/fastlane/Fastfile b/apps/tablet/fastlane/Fastfile index 525d98dae..d49f76051 100644 --- a/apps/tablet/fastlane/Fastfile +++ b/apps/tablet/fastlane/Fastfile @@ -45,6 +45,7 @@ platform :ios do xcodeproj = "./ios/App/App.xcodeproj"; current_version = get_version_number(xcodeproj: xcodeproj) latest_build_number = app_store_build_number( + initial_build_number: 2, api_key: api_key, app_identifier: ENV['BUNDLE_IDENTIFIER'], live: false