ios - Xcode 6.1 crash on "Edit scheme" -



ios - Xcode 6.1 crash on "Edit scheme" -

xcode 6.1 crashed when tried screen: edit scheme -> run -> options tab

sample screenshot: http://meandmark.com/blog/wp-content/uploads/2013/12/xcode-5-current-working-directory.png

now crashes every time go "edit scheme..."

i'v tried rebooting , reinstalling xcode. when reinstalled xcode able open "edit scheme" window, options tab crashed again.

crash report:

process: xcode [404] path: /applications/xcode.app/contents/macos/xcode identifier: com.apple.dt.xcode version: 6.1 (6604) build info: ideframeworks-6604000000000000~2e) parent process: ??? [1] responsible: xcode [404] date/time: 2014-11-05 15:54:10.508 +0100 os version: mac os x 10.10 (14a389) study version: 11 time awake since boot: 710 seconds crashed thread: 0 dispatch queue: com.apple.main-thread exception type: exc_crash (sigabrt) exception codes: 0x0000000000000000, 0x0000000000000000 application specific information: sending _editactivecontextaction: <ideschemetoolbarcontroller: 0x7fa2173e4940> <nsmenuitem: 0x7fa217598500 edit scheme…> productbuildversion: 6a1052d uncaught exception (nsinvalidargumentexception): *** -[__nsarraym insertobject:atindex:]: object cannot nil userinfo: (null)

use command: defaults delete com.apple.dt.xcode

solved issue :)

ios objective-c xcode xcode6

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -