Jump to content

Please help to start Xcode


3xac7
 Share

4 posts in this topic

Recommended Posts

Hello, i'm new here. I reques some help.

I have started an El capitan 10.11.6 in a virtual machine using VMware.

Everything is running ok, accept that i can't run Xcode. I install it through appstore, and when i try to run it i have this error:

 

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: @rpath/DVTFoundation.framework/Versions/A/DVTFoundation
  Referenced from: /Applications/Xcode.app/Contents/MacOS/Xcode
  Reason: image not found
 

 

Full error report is in the txt file, attached.

Ty for your help.

 

error.txt

Link to comment
Share on other sites

DVTFoundation.framework is located inside Xcode.app - specifically /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework

 

I have no idea why you're running into this. You can give this command a try from terminal and see if it improves it at all, or if it screws it up completely. If it does screw it up, then delete Xcode.app and reinstall from the app store. And I'll be honest, I won't be surprised if it screws it up.

sudo install_name_tool -add_rpath /Applications/Xcode.app/Contents/SharedFrameworks /Applications/Xcode.app/Contents/MacOS/Xcode

You shouldn't have an issue like this at all so deleting Xcode.app and reinstalling it is what you should try either way.

  • Like 1
Link to comment
Share on other sites

DVTFoundation.framework is located inside Xcode.app - specifically /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework

 

I have no idea why you're running into this. You can give this command a try from terminal and see if it improves it at all, or if it screws it up completely. If it does screw it up, then delete Xcode.app and reinstall from the app store. And I'll be honest, I won't be surprised if it screws it up.

sudo install_name_tool -add_rpath /Applications/Xcode.app/Contents/SharedFrameworks /Applications/Xcode.app/Contents/MacOS/Xcode

You shouldn't have an issue like this at all so deleting Xcode.app and reinstalling it is what you should try either way.

 

Thx for the advice, but that did not help at all. Neverless i did solve the problem. I had to disable SIP, once i have done that Xcode started without any errors.

Link to comment
Share on other sites

Good to hear you figured it out :thumbsup_anim: Interesting that it needed SIP disabled to just run Xcode as I've never heard of that. Then again I've just always had SIP disabled either way.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...