No Such Module ‘Parse’

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.

enter image description here

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.

Leave a Comment