@lsantaniello wrote:
I developed ionic 3 app with facebook login. On android platform it works successfully but on ios platform I have strange issue
In file included from ..my-app/platforms/ios/Pods/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginKit/Internal/_FBSDKLoginRecoveryAttempter.m:19: ..my-app/platforms/ios/Pods/FBSDKLoginKit/FBSDKLoginKit/FBSDKLoginKit/Internal/_FBSDKLoginRecoveryAttempter.h:20:9: fatal error: 'FBSDKCoreKit/FBSDKCoreKit+Internal.h' file not found #import <FBSDKCoreKit/FBSDKCoreKit+Internal.h>
I tried to add dependencies to my Pod file but after building I have the same issue.
pod 'FBSDKCoreKit' pod 'FBSDKLoginKit' pod 'FBSDKShareKit'
After this, I executed “pod install” command
When I build using ionic command:
sudo ionic cordova build ios --prod
I have error
So, I downloaded manually FBSDK, Core and Login Module and added to my frameworks.
When I build the project I have always error
Could you please support me?
Thanks
Luca
Posts: 1
Participants: 1