Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 6 under yosemite crash

When i try to run any project on any DEVICE (not simulator) on any iOS in Xcode 6 (any version including 6.0.1 and all betas) under yosemite Xcode crashes right after "Build succeeded". the log shows:

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

I tried to delete the com.apple.dt.Xcode.plist & reinstall Xcode but it keeps crashing on devices, On simulator it works.

Help please.

like image 754
Oleg Sherman Avatar asked Sep 18 '14 04:09

Oleg Sherman


2 Answers

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.

like image 189
powertoold Avatar answered Oct 17 '22 00:10

powertoold


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.

like image 26
Lukasz Rutkowski Avatar answered Oct 16 '22 23:10

Lukasz Rutkowski