diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 32e10fddc413..c479a8d5e8c2 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -144,6 +144,7 @@ platform :ios do workspace: "./ios/NewExpensify.xcworkspace", skip_profile_detection: true, scheme: "NewExpensify", + xcargs: { :PROVISIONING_PROFILE_SPECIFIER => "chat_expensify_adhoc", }, export_method: "ad-hoc", export_options: { method: "ad-hoc",