Reputation: 77
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 in my iphone app. It Shows up even when I put in a bridging header, though I shouldn't need to because it's on swift.
Upvotes: 1
Views: 138
Reputation: 5248
Upvotes: 0
Reputation: 71854
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.
Upvotes: 3