Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

M T
11,934 PointsSuggestion: Creating and using static libraries - XCode
Hi:
I'd like to see how to create and use static libraries in a future video series.
I'm going through a book that is a little difficult to understand at times (outdated + language barrier), and although there are many videos and articles regarding static libraries, I find their scope, execution and currentness lacking.
If this is already covered in a Treehouse video, great, and I apologize I missed it.
Some hurdles I'm having are:
1) Import statements being able to find my header files
2) How to copy images by reference since xcassests doesn't allow you to drag and drop contents outside of the group in the Project Navigator, like you can with your header and implementation files.
Thanks!