When I ran xcodebuild commands, I got an error which was about Install Failed: Error Domain=DVTDownloadableErrors Code=3 “The authorization was denied since no user interaction was possible.” UserInfo={AuthorizationErrorCode=-60007, NSLocalizedDescription=The authorization was denied since no user interaction was possible.}
Then, xcodebuild -checkFirstLaunchStatus returns 69 status code.
Maybe, it can fix with xcodebuild -runFirstLaunch, but I haven’t met this kind of error for 4 or 5 years.
Interesting…