Installing Poco for OS X (10.4 or higher) with XCode


1. Put the folder in your 'libs' folder.

2.  Open your Xcode project and go to the Build tab in "Project->Edit Active Target".  
Remove ppc from "Architectures" (leaving only i386)

3. Add ../../libs/poco/include to the "Header Search Paths" 

4. Go to the General tab in "Project->Edit Project Settings" and change 
"Cross-Develop Using Target SDK" to Mac OS X 10.5.

5. Create a new group called poco inside "libs/other libs" in "Groups and Files"
From the finder drag all the .a files in ../poco/lib folder to your poco group 
(choose relative to project as the reference type).


thanks erik.sjodin