I am copying the parse frameworks to my Xcode
project and checking the checkbox that says Copy files if needed.
Projects runs without a problem. But when if I move the Parse SDK
folder to the trash Xcode
says "No Such Module 'Parse'".
It should not say that because I am copying files not making file references to my project. How can I solve it?
I just had this problem, and I got it to work by doing this:
I opened my Target > Build Settings > Search Paths > Framework Search Paths
.
I added two values: $(PROJECT_DIR)
and $(inherited)
I don't know why these were empty in the first place, but there you have it.
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 <Parse/Parse.h> #import <Bolts/BFTask.h>
on my Bridging header.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With