1

I am using the FBSDKLoginKit and the FBSDKCoreKit so I added the build hint ios.pods=FBSDKLoginKit,FBSDKCoreKit however when I sent it for a build I got a build error. The build errors all seemed to revolve around 'Bolts' and 'NSObect' So I added 'Bolts' and 'NSObject' to my ios.pods build hint. That removed all of the previous errors however now I'm getting these errors:

Stack overflow won't let me add the whole log so I put it up on paste bin. Here's the link to the full error log: http://pastebin.com/UdvvjyaV

Kyri33
  • 599
  • 2
  • 15
  • Those aren't errors. They are normal. If it's failing to build, please post the full output. – steve hannah Jun 15 '16 at 13:23
  • @stevehannah Sorry. Edited in the full output – Kyri33 Jun 15 '16 at 13:36
  • I would advise against going in the direction of native facebook integration. It's a hard task that will take weeks to implement in order to workaround an issue that will be resolved in a couple of days... – Shai Almog Jun 15 '16 at 13:39
  • @ShaiAlmog Which issue exactly is being resolved and how can you be sure that it will be resolved??? – Kyri33 Jun 15 '16 at 13:43

1 Answers1

0

CN1 updated their SDK so there is no need for the cocoa pods

Kyri33
  • 599
  • 2
  • 15