I have gone through various solutions that has been posted in the forums but still wasn't able fid a solution for this issue. I faced an issue which states Unable to find bridging header. I ran through various solutions online and added the file path in the Build Settings like /Users/user/Desktop/AppFolder/App/BridgingHeader.h. I tried running the applications and it resulted in an error failed to import bridging header '/Users/user/Desktop/AppFolder/App/BridgingHeader.h'. Along with 'YTPlayerView.h' file not found.
I changed the path to $(SRCROOT)/BridgingHeader.h which solved the issue of YTPlayerView.h' file not found but rebounding of issue Unable to find bridging header. I tried removing the header and recreating it various times but still wasn't able to find a solution.
Thanks in advance


