Search code examples
swiftxcodeviewcontrollerparse-server

Swift No such module Parse


It appears always the message: No such module Parse. But only in the ViewController. I did already new now this. The problem is unfortunately still. can someone continue help please. I can't go further. Thank you very much


Solution

  • 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.