无法使用 Xcode 7.2.1 在 Xcode 服务器上启动 Xcode 服务
Could not launch Xcode Service on Xcode Server with Xcode 7.2.1
更新后 Xcode(从 7.2 到 7.2.1)Xcode服务器无法 运行 Xcode 服务。当我选择更新 Xcode 时,会出现带有消息的警报:Enable Accessibility access for UI Testing (...)
。点击此警报 Request Access
的按钮后 Xcode 服务器给我一个带有消息 You must agree to the terms of the Xcode software license agreement. Launch Xcode again and agree to the software license agreement, or choose a different version of Xcode.
的警报。当然,我这样做了(几次),而且 Xcode(和 Xcode Helper)也在系统偏好设置隐私的辅助功能部分的允许应用程序列表中。
有人可以帮忙吗?
或者有人遇到同样的问题吗?
我是 tring 命令行:
xcrun xcscontrol --reset
和:
xcodebuild -license
安装以前的版本 (7.2) 后一切正常。
已编辑:
安装以前的版本 (7.2) 后,我看不到我之前创建的任何机器人。 (但这可能是 xcrun xcscontrol --reset
.
的结果
sudo /Applications/Xcode.app/Contents/Developer/usr/bin/xcscontrol --initialize
对我有用。使用风险自负。
作为 Eimantas Vaiciunas post 在 Apple Developer Forums:
Since checkFirstLaunchStatus with sudo returned 69 I launched Xcode
with sudo too:
sudo /Applications/Xcode.app/Contents/MacOS/Xcode
This launched Xcode with license agreement prompt and after agreeing,
everything went fine.
更新后 Xcode(从 7.2 到 7.2.1)Xcode服务器无法 运行 Xcode 服务。当我选择更新 Xcode 时,会出现带有消息的警报:Enable Accessibility access for UI Testing (...)
。点击此警报 Request Access
的按钮后 Xcode 服务器给我一个带有消息 You must agree to the terms of the Xcode software license agreement. Launch Xcode again and agree to the software license agreement, or choose a different version of Xcode.
的警报。当然,我这样做了(几次),而且 Xcode(和 Xcode Helper)也在系统偏好设置隐私的辅助功能部分的允许应用程序列表中。
有人可以帮忙吗? 或者有人遇到同样的问题吗?
我是 tring 命令行:
xcrun xcscontrol --reset
和:
xcodebuild -license
安装以前的版本 (7.2) 后一切正常。
已编辑:
安装以前的版本 (7.2) 后,我看不到我之前创建的任何机器人。 (但这可能是 xcrun xcscontrol --reset
.
sudo /Applications/Xcode.app/Contents/Developer/usr/bin/xcscontrol --initialize
对我有用。使用风险自负。
作为 Eimantas Vaiciunas post 在 Apple Developer Forums:
Since checkFirstLaunchStatus with sudo returned 69 I launched Xcode with sudo too:
sudo /Applications/Xcode.app/Contents/MacOS/Xcode
This launched Xcode with license agreement prompt and after agreeing, everything went fine.