UIKit / UIKit.h not found on Facebook Notification SDK (FBNotification) [closed]

1

I'm trying to compile my project, but after a long time without opening it, I started getting an error about FBNotification SDK.

The message is:

  

In-file included from /Users/paulo/Developer/workspaces/xcode/xyz-ios-swift/Pods/FBNotifications/iOS/FBNotifications/FBNotifications/Internal/Models/Components/FBNAnimatedImage.m:19:

     

/Users/paulo/Developer/workspaces/xcode/xyz-ios-swift/Pods/FBNotifications/iOS/FBNotifications/FBNotifications/Internal/Models/Components/FBNAnimatedImage.h:19:9:
  fatal error: 'UIKIt / UIKit.h' file not found

     

import UIKIt / UIKit.h
  --------- ^ ~~~~~~~~~~~~~~
  1 error generated.

Can anyone help me with it?

Thanks.

    
asked by anonymous 06.11.2017 / 22:44

0 answers