Running Xcode Applications without installing Xcode

Posted by Cawas on Stack Overflow See other posts from Stack Overflow or by Cawas
Published on 2010-03-11T16:59:46Z Indexed on 2010/03/11 17:19 UTC
Read the original article Hit count: 1066

Filed under:

I know nothing about Xcode, except it's a Developer interface from Apple that actually comes on OSX CD and it's used to create iPhone apps as well.

I also know it have a Applications folder, filled with little utilities, that are indeed quite useful. I tried grabbing one of them and running, without installing Xcode but it doesn't work. It brings an error and a Problem Report from which I believe the relevant part is this:

Dyld Error Message:
  Library not loaded: @rpath/DevToolsInterface.framework/Versions/A/DevToolsInterface

I've tried, of course, locating that "framework", with no success.

Well...

I guess it's probably possible to install Xcode, get that utility source, if it exists somewhere, and compile for stand-alone. But that goes beyond my point.

I just want to know if there's somewhere I can get those utilities and/or make them run without needing to install Xcode at all.

© Stack Overflow or respective owner

Related posts about xcode