Xcode Beta 4:无法创建机器人 - 每次都崩溃
Xcode Beta 4: Can't create a Bot - Crashes every time
每次我尝试使用 Xcode Beta 4 创建机器人时,我都会崩溃。
Process: Xcode [4678]
Path: /Applications/Xcode-beta.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 7.0 (8178.7)
Build Info: IDEFrameworks-8178007000000000~3
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [4678]
User ID: 501
Date/Time: 2015-07-22 10:42:20.647 -0700
OS Version: Mac OS X 10.10.4 (14E46)
Report Version: 11
Anonymous UUID: ***
Time Awake Since Boot: 880 seconds
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
ProductBuildVersion: 7A165t
UNCAUGHT EXCEPTION (NSInternalInconsistencyException): View <NSPopUpButton: 0x7ffaf0480970> is not (and has to be) in stack view <NSStackView: 0x7ffaf0486080>.
UserInfo: (null)
Hints: None
这看起来像相关位,而且它似乎是一个 Xcode 错误。
UNCAUGHT EXCEPTION (NSInternalInconsistencyException): View <NSPopUpButton: 0x7ffaf0480970> is not (and has to be) in stack view <NSStackView: 0x7ffaf0486080>.
提交错误报告...他们收到的有效报告越多,他们修复它的速度就越快。请务必提交任何解决方法,以便他们可以在他们决定这样做时进行沟通。
不一定是修复,而是一个很好的解决方法:
- 在 Xcode 7 beta 3 或 Xcode 6
中打开项目
- 使用 Xcode 7 beta 3 或 Xcode 6
将服务器切换到 运行
- 使用旧版本 Xcode
创建机器人
- 使用 Xcode 7 beta 4
将服务器切换到 运行
- 机器人似乎 运行 使用 Xcode 7 beta 4 很好(你只是不能创建它们)
我必须这样做,因为我的项目正在使用 iOS 9,而另一个错误使 Xcode 7 beta 3 无法 运行 使用机器人进行测试。
每次我尝试使用 Xcode Beta 4 创建机器人时,我都会崩溃。
Process: Xcode [4678]
Path: /Applications/Xcode-beta.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 7.0 (8178.7)
Build Info: IDEFrameworks-8178007000000000~3
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [4678]
User ID: 501
Date/Time: 2015-07-22 10:42:20.647 -0700
OS Version: Mac OS X 10.10.4 (14E46)
Report Version: 11
Anonymous UUID: ***
Time Awake Since Boot: 880 seconds
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
ProductBuildVersion: 7A165t
UNCAUGHT EXCEPTION (NSInternalInconsistencyException): View <NSPopUpButton: 0x7ffaf0480970> is not (and has to be) in stack view <NSStackView: 0x7ffaf0486080>.
UserInfo: (null)
Hints: None
这看起来像相关位,而且它似乎是一个 Xcode 错误。
UNCAUGHT EXCEPTION (NSInternalInconsistencyException): View <NSPopUpButton: 0x7ffaf0480970> is not (and has to be) in stack view <NSStackView: 0x7ffaf0486080>.
提交错误报告...他们收到的有效报告越多,他们修复它的速度就越快。请务必提交任何解决方法,以便他们可以在他们决定这样做时进行沟通。
不一定是修复,而是一个很好的解决方法:
- 在 Xcode 7 beta 3 或 Xcode 6 中打开项目
- 使用 Xcode 7 beta 3 或 Xcode 6 将服务器切换到 运行
- 使用旧版本 Xcode 创建机器人
- 使用 Xcode 7 beta 4 将服务器切换到 运行
- 机器人似乎 运行 使用 Xcode 7 beta 4 很好(你只是不能创建它们)
我必须这样做,因为我的项目正在使用 iOS 9,而另一个错误使 Xcode 7 beta 3 无法 运行 使用机器人进行测试。