I couldn\'t find anything on this (maybe I\'m just using the wrong search terms..):
We\'re trying to build a sensible continuous integration setting for our apps. To have a
I have been trying to make this work for sometime. Finally made it!!
Can use fastlane sigh to download and install only the provisional profile you need.
fastlane sigh renew --adhoc -n "provisional_profile_name"
--app_identifier "your_app_identifier" -u "apple_login _username" --ignore_profiles_with_different_name
Note : This command needed any provisional profile of the app already installed in the system. It thrown error for me otherwise.
provisional_profile_name = Just the name of the profile name, doesn't need extension.