Search code examples
objective-cswiftparse-platformios8bridging-header

Bridging Header Deleted in Parse Project


I accidentally deleted my bridging header file for a Parse project in swift. And it wasn't just a reference removal. I since created a new bridging header but when I go to run the application, the error message says "bridging header at < insert location here> doesn't exist".


Solution

  • Clear all from this list and later just drag and drop your new Bridging-Header file to here

    enter image description here