Missing FacebookConnectPlugin, used to work before :(

Hi!
I have this problem while emulating ios:

2017-02-11 14:30:38.667 App[12974:14316895] -[CDVCommandQueue executePending] [Line 142] FAILED pluginJSON = ["FacebookConnectPlugin1636091248","FacebookConnectPlugin","login",["public_profile","email","user_friends"]]

I found this error on the troubleshooting: https://github.com/jeduan/cordova-plugin-facebook4/blob/master/docs/TROUBLESHOOTING.md#missing-facebookconnectplugin

Solution:

  • Open up Xcode
  • Go to “Build Phases”
  • Ensure that the following file is added under “Compile Sources”:
    • FacebookConnectPlugin.m
  • Ensure that the following is added under “Link Binary With Libraris”:
    • FacebookSDK.framework
    • libsqlite3.dylib
    • Social.framework
    • Accounts.framework
    • Security.framework
      And any of this things are there, what should i do?
      When trying to add im no finding from where, any ideas? this maybe a dumb solution but this plugin was working excellent until a few days ago that i upgrade the ionic app.

My ionic info:
Cordova CLI: 6.3.1
Ionic Framework Version: 2.0.0-rc.6
Ionic CLI Version: 2.2.1
Ionic App Lib Version: 2.2.0
Ionic App Scripts Version: 1.0.0
ios-deploy version: 1.9.0
ios-sim version: 5.0.8
OS: OS X El Capitan
Node Version: v6.9.1
Xcode version: Xcode 8.2.1 Build version 8C1002

Thanks for your time!