6

当我尝试在 Xcode 6(任何版本,包括 6.0.1 和所有测试版)下的任何设备(不是模拟器)上运行任何项目时,优胜美地 Xcode 在“构建成功”后立即崩溃。日志显示:

Application Specific Information:

ProductBuildVersion: 6A317

ASSERTION FAILURE in /SourceCache/DVTFrameworks/DVTFrameworks-6528/DVTFoundation/FilePaths/DVTFilePath.m:802

Details: fsrep is relative ('גÄ‮-‬‭/‬גÄ‮,‬var/folders/dv/c6tb8vv93tj99rmr6t85znt80000gn/CגÄ‮-‬‭/‬גÄ‮,‬‭/‬com.apple.DeveloperTools/6.0.1‭/‬Xcode') 

parentPath must not be nil but it is.

Object: <DVTFilePath>

Method:+_filePathForParent:fileSystemRepresentation:length:allowCreation:

Thread: <NSThread: 0x7fd923ee3000> {number = 20, name = (null)}

Hints:None

我试图删除 com.apple.dt.Xcode.plist 并重新安装 Xcode,但它一直在设备上崩溃,在模拟器上它可以工作。

请帮忙。

4

3 回答 3

12

Try to exit fullscreen mode in Xcode and run your app again. It was crashing for me when Xcode was in fullscreen mode.

This is Xcode 6.0 with OS X Yosemite.

于 2014-10-18T22:21:38.390 回答
5

The solution for me was to remove Urdu language from the list (System preferences>Language and Region). It was set as primary. I kept only English and after restarting Xcode is not crashing anymore.

于 2014-09-27T19:06:03.647 回答
0
于 2014-09-24T08:05:25.930 回答