Delete app using 'xcrun'

Hi,

I want to delete an application from my device using xcrun devicectl command. I installed application using xcrun devicectl and I want to be able to delete it when I need but I cannot find proper arguments for command.

Thank you!

Answered by DTS Engineer in 803085022

Have you tried the device uninstall app subcommand?

% xcrun devicectl device uninstall app --help
OVERVIEW: Uninstalls an app.
…

If so, what went wrong?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Have you tried the device uninstall app subcommand?

% xcrun devicectl device uninstall app --help
OVERVIEW: Uninstalls an app.
…

If so, what went wrong?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Delete app using 'xcrun'
 
 
Q