Open Menu
Close Menu
Apple
Shopping Bag
Apple
Mac
iPad
iPhone
Watch
TV
Music
Support
Search apple.com
Shopping Bag
Lists
Open Menu
Close Menu
Terms and Conditions
Lists hosted on this site
Email the Postmaster
Tips for posting to public mailing lists
How to add loca libraries to my Xcode Project
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
How to add loca libraries to my Xcode Project
Subject
:
How to add loca libraries to my Xcode Project
From: Alessandro Perrone <
email@hidden
>
Date: Sat, 29 Dec 2007 16:23:13 +0100
Organization: alex2000 di Alessandro Perrone
Hi all
I am trying to create a Xcode project to compile a Unix Software which use Makefile.
I have to add in my project the /usr/local/swarm/lib and /usr/local/swarm/include directories.
During searches in internet I found an article which explains
1) Tell XCode where to find the include file:
Project → Edit Project Settings
Click "Build"
In "Collection" popup, select "Search Paths"
Double-click "Header Search Paths" and add the path /usr/local/swarm2.2/include if it's not already listed there. Leave the "Recursive" checkbox unchecked.
Click "OK".
2) Double-click "Library Search Paths" and add the path /usr/local/swarm2.2/lib if it's not already listed there. Leave the "Recursive" checkbox unchecked.
Click "OK"
3) Close the Project Info window.
Add the library to your project:
In the project window, select the project icon in the "Groups and Files" pane.
Project → Add to Project... (or control-click the project icon).
Navigate to the library you wish to include
But if I select the Project->Add Project I do not find the directory /usr/local/swarm2.2 directory.
Any hints?
Regards.
ALEX
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
Prev by Date:
Xcode3.0 and not fired breakpoints
Next by Date:
ANN: Source Code Highlighting for Quick Look
Previous by thread:
Xcode3.0 and not fired breakpoints
Next by thread:
ANN: Source Code Highlighting for Quick Look
Index(es):
Date
Thread