Importing Sub Projects in XCode 6

its been a while.

here’s the sitch.

You want to use a library like this: https://github.com/Nyx0uf/NYXImagesKit or this: https://github.com/square/SocketRocket but you dont know how to import it!

That’s because you need this: http://www.raywenderlich.com/41377/creating-a-static-library-in-ios-tutorial

Also, if you want to find the library and its not showing up you may have to do this: http://www.blog.montgomerie.net/easy-xcode-static-library-subprojects-and-submodules#Configure_the_app_target_to_use_the_static_library_s_headers_when_building and you may need to change the urls to something more appropriate like: “$(TARGET_BUILD_DIR)/include”

Just read about half way down the page where it says “Method 2: subprojects”. That ought to tell you everything you need to know.

super simps, cya

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.