How can I make Xcode choose the provisioning profile that is saved here with fastlane match : ~/Library/MobileDevice/Provisioning Profiles
When I open the project with Xcode, it displays the old provisioning profile that I copied the project from but not the ones fastlane match created.
What I'm trying to do is copying a project, updating its content and then sending it to app store autonomously. But I'm stuck at the setting provisioning profiles to Xcode step. I want to do that autonomously. How can I do that?
You can create custom fastlane lane such as
match_development
where you call match and then you can call update_project_provisioning lane.