How to build iOS framework with XCode 6
I know of familiar tutorials on this, but introduction of framework XCode 6 template has changed the game. I already watched WWDC 2014 video about building modern frameworks but it talks more about building extensions, framework & app all inside single project. It does not specify if the framework I make with it is truly reusable across any project. I am building framework the XCode 6 way (File->New Project->Framework and Library->Cocoa Touch Framework), but when I import it inside my test app project (separate from framework project) - I keep getting various errors. Example: Include of non