osx - Xcode 5.1 doesn't load on OS X 10.9.2 and 10.9.3 -


i have situation whereby fresh installation of xcode 5.1 fails load @ either on os x mavericks 10.9.2 , 10.9.3.

i had removed , @ command line , previous installation of xcode 4.x no longer loaded on mavericks , command line tools associated older installation of xcode.

the cli instructions used

sudo rm -r /library/developer/xcode; sudo rm -r /library/developer/commandlinetools; sudo rm -r /library/developer/frameworks; 

i have installed latest command line tools , latest xcode 5.1 application using dmg files available within developer downloads on apple's developer site.

on trying start xcode ide rudimentary menu seen in image attached.

rudimentary menu xcode shows on startup of xcode

if try switch spaces find strip of xcode project icons @ bottom of screen.

xcode project icon strip

clicking on of these icons not raise project associated project icon, though asset available on hdd.

sometimes xcode application subsequently closes, despite not having been instructed close. remains open, albeit in state not @ usable per design.

the messages receive in console are:-

18/03/2014 10:12:29.051 xcode[8698]:  developerportal: using pre-existing current store @ url (file:///users/cybero/library/developer/xcode/developerportal%205.1.db). 18/03/2014 12:15:44.172 xcode[8698]: getdyldentrypointwithimage(/system/library/frameworks/appkit.framework/versions/current/appkit,_nscreateappkitservicesmenu) failed. 

i developing quartz composer plugins , came same behaviour of xcode 6.1 on osx 10.9.5. tryed solve error message , xcode not loading issue.

getdyldentrypointwithimage(/system/library/frameworks/appkit.framework/versions/current/appkit,_nscreateappkitservicesmenu) failed. 

so tip of geowar pointed me in right direction. in different user profile xcode started expected. not xcode broken, presets are. methods didnt solve problem:

  1. reinstalling xcode appstore did'nt work.
  2. manually reset via defaults delete com.apple.dt.xcode didnt work.
  3. starting xcode rootuser via sudo open --new /applications/xcode.app didnt work.
  4. manually moving own frameworks out of folders wont load didnt work.
  5. starting quartz composer , changing preferences did work solve it!

here way solved me.

a) open quartz composer app b) open preferences... c) click on "viewer" while holding down "alt"-key d) 3 new hidden preference tabs show up. e) in (system) tab go down list , turn off      "qceditcompositions"     "gflogerrors"     "gflogwarnings"     "gflogwindow" f) quit quartz composer app g) open quartz composer app proof if changes made (you should not see "loaded compositions list" anymore.  h) quit quartz composer again. i) start xcode should work. 

let me know if worked, fill bug report @ apple developer forum.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -