Skip to content

Commit

Permalink
set path for profile to be root
Browse files Browse the repository at this point in the history
  • Loading branch information
Talhaali00 committed Mar 17, 2024
1 parent d84684d commit 885502d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 885502d

Please sign in to comment.