SeeTestAutomation- Deleting Provision Profile
info
Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .
Windows:
- In the studio, go to Tools->iOS Sign Configuration. An iOS profile management window will open:
2.choose a profile and click on 'Delete'
Mac:
Deleting is required through user and root (superuser).
User:
-
Open terminal
-
Type: cd ~/Library/MobileDevice/Provisioning\ Profiles/
-
Type 'ls' for displaying existing profiles.
-
Type rm * for deleting all profiles.
-
Deletes desired profiles.
Root:
- Open terminal
- Type: sudo su
- Type: cd ~/Library/MobileDevice/Provisioning\ Profiles/
- Type 'ls' for displaying existing profiles.
- Type rm * for deleting all profiles.
- Restart cloudserver