My project run a TeamCity pipeline with EC2 instance. Although I can not a find a way to clean up the old credential when install new Xcode app version.
So far I've tried:
Logout with xcodes signout
Override the XCODES_USERNAME variable: export XCODES_USERNAME=...
Uninstall and re-install the tool: brew uninstall xcodesorg/made/xcodes && brew install xcodesorg/made/xcodes
But everytime I try to install the new Xcode app, it still shows up with previous appleID
% sudo xcodes install 15.3.0
Apple ID Password (abc@gmail.com):
Can someone guild me how to clean up the associated AppleID? Really appreciate for your support!
My project run a TeamCity pipeline with EC2 instance. Although I can not a find a way to clean up the old credential when install new Xcode app version. So far I've tried:
xcodes signout
export XCODES_USERNAME=...
brew uninstall xcodesorg/made/xcodes && brew install xcodesorg/made/xcodes
But everytime I try to install the new Xcode app, it still shows up with previous appleID
Can someone guild me how to clean up the associated AppleID? Really appreciate for your support!