Completely unrelated error using coredata

后端 未结 2 1240
清酒与你
清酒与你 2021-01-27 01:57

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

相关标签:
2条回答
  • 2021-01-27 02:08

    Try this:

    Go to targets -> Build Settings -> Swift Compiler - Code Generation -> Objective C Bridging Header and Double click on it and do this:

    enter image description here

    Hope this will help you.

    0 讨论(0)
  • 2021-01-27 02:13
    1. Delete any bridging header in Navigator
    2. Delete any path in targets -> Build Settings -> Swift Compiler - Code Generation -> Objective C Bridging Header, it should look like this:

    0 讨论(0)
提交回复
热议问题