bridging header \'/Users/bobby/Desktop/Project/Project_Name/Project_Name-Bridging-Header.h\' does not exist
I am getting this error, trying to use core data to save data
Try this:
Go to targets -> Build Settings -> Swift Compiler - Code Generation -> Objective C Bridging Header and Double click on it and do this:
Hope this will help you.