Uninstall AppleConnect
Spent a few months as an Apple contractor using my personal computer and then 2 years clicking cancel 30 times a day on the freaking AppleConnect app they made us install because there was no way to uninstall it. I was also never able to connect my iPhone to my Macbook for iOS development because AppleConnect blocked it. Today I FINALLY figured out how to uninstall the AppleConnect nuisance. The links below didn't help me. There was no Library/AppleConnect folder.
- RE: Unable to uninstall AppleConnect (res… - Apple Community
- Unable to uninstall AppleConnect - Apple Community
What finally worked:
In /usr/local/bin was an appleconnect executable. I ran uninstall in that folder. So...
cd /usr/local/bin
appleconnect uninstall
Here's hoping it saves someone else some grey hairs.