Command line Update of Provisioning Profiles

后端 未结 5 805
旧巷少年郎
旧巷少年郎 2021-01-29 23:09

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

5条回答
  •  温柔的废话
    2021-01-29 23:34

    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.

提交回复
热议问题