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 was having the same issue.
In my case, using swift and CocoaPods, I didn't have to import Parse in my AppDelegate. I only needed to #import #import on my Bridging header.
import Parse
#import #import