系統自動更新了XCode后,竟然發現我的IntelliJ IDEA下的 SVN 啟動不了了,提示:“Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo”;
網上搜索了一下,解決方案:
在命令行工具中執行:
sudo xcodebuild -license
然后同意條款;
重啟Xcode,搞定!
系統自動更新了XCode后,竟然發現我的IntelliJ IDEA下的 SVN 啟動不了了,提示:“Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo”;
系統自動更新了XCode后,竟然發現我的IntelliJ IDEA下的 SVN 啟動不了了,提示:“Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo”;
網上搜索了一下,解決方案:
在命令行工具中執行:
sudo xcodebuild -license
然后同意條款;
重啟Xcode,搞定!