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 foundimport UIKIt / UIKit.h
--------- ^ ~~~~~~~~~~~~~~
1 error generated.
Can anyone help me with it?
Thanks.