I am copying the parse frameworks to my Xcode project and checking the checkbox that says Copy files if needed.
Xcode
Projects runs without a problem. But wh
I had a similar issue but only one view controller was telling me there was no PARSE. I fixed it by copying everything below the import Parse statement, then adding a new view controller with the same name. Then I just pasted my code back in.