From 885502d751d38de3c5463e63f9e0bd0da9f57197 Mon Sep 17 00:00:00 2001 From: Talha Ali Date: Sun, 17 Mar 2024 16:50:02 -0500 Subject: [PATCH] set path for profile to be root --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 6d82bdeec..c1f08be0f 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -141,7 +141,7 @@ platform :ios do xcodeproj: "Example/ExampleApp.xcodeproj" ) install_provisioning_profile( - path: "profilename.mobileprovision" + path: "./profilename.mobileprovision" ) update_project_provisioning( xcodeproj: "Example/ExampleApp.xcodeproj",