Skip to content
vista980622 edited this page Aug 18, 2015 · 2 revisions

How to set up XcodePostFacto

Before building, be sure to change what you're building to "xpf-bootstrap". This can be done through choosing Product - Scheme - xpf-bootstrap. Then hit build.

screen shot 2015-08-18 at 3 40 30 pm

Find out where the built framework is at by expanding "Products" folder in the sidebar, then right clicking "xpf-bootstrap.framework" and choose Show in Finder. Go find Versions/A/xpf-bootstrap. Go to Terminal. Paste in "DYLD_INSERT_LIBRARIES=", then drag "xpf-bootstrap" into the terminal window.

screen shot 2015-08-18 at 3 42 37 pm

Then find the binary of your Xcode 6.3.x file by right clicking on Xcode app, choosing Show Package Contents.

screen shot 2015-08-18 at 3 45 31 pm

Go to /Contents/MacOS/Xcode. Then drag that into the terminal window as well. Then hit enter.

screen shot 2015-08-18 at 3 45 50 pm

This should be clear enough...