I have added the bridging header in my project , but then also I getting error of "ProjectName \ ProjectName - Bridging-Header.h" file does not exists.
Asked
Active
Viewed 252 times
1
-
1Have you done it as [this](https://stackoverflow.com/a/24102433/5576310)? – Rashwan L Oct 03 '17 at 06:23
-
Yes , i have done same. – rohit sankpal Oct 03 '17 at 06:29
-
Check this too https://stackoverflow.com/a/31716660/2594560 – Ankita Shah Oct 03 '17 at 06:30
-
Yes , i am doing this since day before yesterday. i don't know how much time i have recreated the Bridging header file , i have also recreated the project for checking but then to facing same problem, please help me out. – rohit sankpal Oct 03 '17 at 06:39
-
can you share a snapshot of your file heirarchy/navigator pane (left) from Xcode? – Malik Oct 03 '17 at 06:42
-
https://imageshack.com/i/pmiO5qN7p @Malik – rohit sankpal Oct 03 '17 at 07:19
1 Answers
1
In your build settings, give a complete address to your bridging header instead of testLogin/testLogin-Bridging-Header.h

Malik
- 3,763
- 1
- 22
- 35