I am getting No such module 'PFFacebookUtils' error on below line in my AppDelegate:
import PFFacebookUtils
I have checked and both ParseFacebookUtils.framework
and Parse FacebookUtilsV4.framework
are properly installed.
I believe my briding header is also working fine because I have
#import <ParseFacebookUtilsV4/PFFacebookUtils.h>
in it and there are no error there. I have other Parse frameworks installed and they are all functioning fine and their import statement have no errors.
What could I be doing wrong?