I have react native project. It runs on both ios and android properly.I managed to build it for android, but while I try to build it for ios I encounter some issues.I get an error
/ios/Pods/Target Support Files/FBSDKCoreKit/FBSDKCoreKit.xcconfig: unable to open file (in target "FBSDKCoreKit" in project "Pods")
This error repeats itself for all the installed Pods.I tried to reinstall the Pods, clean the Pods cache, re-install the FBSDK package but nothing works.I can see the file, in terminal, and even in the XCode Pods folder.They files have 'rwx' (actually 777) privilege.
Any help would be appreciated.