No Such Module 'Parse'

No such module Parse errors

  1. Remove the framework completely by clicking delete in your framework folder (in Xcode, not finder)
  2. Make sure that there is no trace of the framework in finder in your project folder. (I had the same problem and found out that I had duplicates in my Xcode project folder)
  3. Restart Xcode
  4. Re download the frameworks and put into your project through Xcode (not by dragging them in finder)
  5. Clean project

It should run after doing these steps. I had the same problem as you and found restarting Xcode and reloading the frameworks worked. Hopefully this also works for you.

No such module Parse

As we have been able to solve this Issue in the GitHub Chat. You have forgotten to install Parse Framework.

You need to either install it with pod 'Parse' or drag and drop the Framework into your project and use the Bridging Header.

Swift No such module Parse

You can do these things :-

  1. Deep Clean your project than build.[shift+option+cmd+k]
  2. Remove your dependency from pod file and reinstall it. Add Parse to your bridging header than build your project.

May be it will work.

No such module Parse using Swift in Xcode 7.1

Apparently if you drag the Parse library to the 'Link with Binary Libraries' section, you will continue to get this error.

You have to drag Parse to the project navigator for it to properly import.

Since it should work regardless of where you drag it into Xcode, it is possible this could be a problem with the Xcode 7.1 beta or the updated Parse API for Swift support. I'm not entirely sure, but either way, it's a really simple fix, so not a big deal.

No Such Module 'Parse'/'Bolts'

I had the same error and I wrote in the support of the parse and they answered me that they would update for the swift 2 when Xcode 7 will get out from a beta version.

Them answer "We plan to support Swift 2 and Xcode 7 by the time they go out of beta. Currently, there's only one initial beta release of Xcode and iOS 9, and typically a lot of things change before Beta 3 or 4 is released. We'll be keeping a close eye on things and do a release once things settled down. We're tracking any issues reported around Swift 2 and Xcode 7: please file a bug! https://parse.com/help#report".



Related Topics



Leave a reply



Submit