Thursday, 1 February 2018

ProjectName-Bridging-Header.h' (No such file or directory)



Error - error opening input file '/Users/development/Downloads/ProjectName/ProjectName/ProjectName-Bridging-Header.h' (No such file or directory)



In your project you don't have bridging-Header.h file, but your project has that path. For this you need to delete that path...
Go to targets file and select -----> Build Settings, 
---->Swift Compiler - General, 
----->and delete the bridging-Header.h. 

Follow below screen shots....

Delete the bridging-Header.h file in Swift Compiler - General


Now you got like this...

No comments:

Post a Comment

Difference between == and ===

Difference between == and === https://stackoverflow.com/questions/24002819/difference-between-and == operator checks if their ...