[iOS]Xcode returns an authorization error

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…

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.