How to remove provisioning profiles from Xcode

后端 未结 16 1422
自闭症患者
自闭症患者 2020-11-29 15:09

Does anyone know how to remove previously installed provisioning profiles from Xcode?

I have seen this link, but I am not able to find that location in my system.

16条回答
  •  青春惊慌失措
    2020-11-29 16:01

    open your terminal then use this command

    cd /Users/youruser/Library/MobileDevice/Provisioning\ Profiles/
    

    check first inside your folder by use this command

    ls
    

    then if all files not use, delete by use this command

    rm *
    

提交回复
热议问题