How do i solve the issue that states failed to import bridging header and ParseFacebookUtilV4/PFFacebookUtil.h could not be found? I am trying to incorporate Facebook login using Parse.

I am trying to initiate a Facebook login for my app and I have been following the developers guide but came across this error. It states that ParseFacebookUtilsV4/PFFacebookUtils.h not found.

Also it states that it failed to import my bridging header.

It stated that with the FSBDKCoreKit that the file could not be found, however i was able to rectify that by writing with the framework search path within the project section but I don't know what to do with this one.



Any help will be much appreciated! thanks

1. make sure your bridging header file is under correct path. To check it is, go to build settings > search for briding header, it should be under swift compiler - code generation.

2. If you are using any dependency manager, make sure header search paths are correctly pointed.

How do i solve the issue that states failed to import bridging header and ParseFacebookUtilV4/PFFacebookUtil.h could not be found? I am trying to incorporate Facebook login using Parse.
 
 
Q