-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make "How To" more clear #7
Comments
I'm with you, antoni. Please Author! It's needed clarifications, I compiled and built all frameworks that included in project and tried to launch and nothing happened just Xcode produced error, that couldn't run |
@antoniobrandao You'd want to build the xpf-bootstrap target, either from within Xcode or from the command line using xcodebuild @kos9kus What error(s) where you hitting? What parts of the current instructions can I clarify? |
@landonf Trace/BPT trap: 5 Firstly, I should launch a "xpf-bootstrapTests" and then Xcode can be launched from the command-line ?? |
You need to set 'ABSOLUTE_PATH_TO_FRAMEWORK', or replace it with the path to the built framework; e.g.:
|
Hello, FYI: i am using Xcode 6.1 on Mac Os X 10.9.5
|
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. The "$ABSOLUTE_PATH_TO_FRAMEWORK" in "env DYLD_INSERT_LIBRARIES=$ABSOLUTE_PATH_TO_FRAMEWORK/xpf-bootstrap.framework/xpf-bootstrap /Applications/Xcode.app/Contents/MacOS/Xcode" refers to the actual path you've built the framework at. Therefore, change "$ABSOLUTE_PATH_TO_FRAMEWORK" to the actual path you've built the framework at. Find this out 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. Then find the binary of your Xcode 6.3.x file by right clicking on Xcode app, choosing Show Package Contents. Go to /Contents/MacOS/Xcode. Then drag that into the terminal window as well. Then hit enter. This should be clear enough... |
I don't understand how to use this. You start by saying "After building the xpf-bootstrap.framework", but how does one build the "xpf-bootstrap.framework"?
Could you make the "How To" a little more simple? Doesn't have to be completely "for dummies" but a few more detail would surely help!
Thanks
The text was updated successfully, but these errors were encountered: