I want to add Parse.com event recording to my iOS app's custom framework. I have followed Parse's instructions, except I add the Parse and other required frameworks to my framework, rather than to my app. Everything is fine until I add the "import Parse" line to one of the files in my framework (the one I'm trying to add Parse to), at which point the compiler tells me "No such module 'Parse'". Cleaning and rebuilding (and trashing Derived Data, cleaning, and rebuilding) have the same result.
Thanks in advance.