Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error HE0046: Failed to install the app ... simctl returned exit code 72

When trying to run my Xamarin.iOS from Visual Studio on my Windows machine, while paired to my Mac, I get the error

error HE0046: Failed to install the app '...' on the device 'iOS 15.4 (19E240) - iPad (9th generation)': simctl returned exit code 72

like image 567
Andy Joiner Avatar asked Apr 12 '26 11:04

Andy Joiner


1 Answers

Another time, this was fixed by

Xcode menu > Preferences… > Locations tab > Select Command Line Tools dropdown I was asked for a password, then it all worked again.

Based on https://stackoverflow.com/a/54876998/270155

like image 87
Andy Joiner Avatar answered Apr 20 '26 00:04

Andy Joiner