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",