I'm trying to follow the
tutorial here to compile an Apple Framework to use in an iOS project. I've successfully compiled Demo.framework but am having some trouble including it in an xcode project. I've added it under 'Frameworks, Libraries, and Embedded Content' and now see it in my file navigator under a Frameworks folder. I've also tried to add the path to my Framework Search Paths, but I'm getting a build error: directory not found for option, framework not found Demo
I feel like I must be missing something. In case it matters, this is a brand new, empty iOS project.