CleverTap / CTNotificationContent

A Notification Content Extension class to display custom content interfaces for iOS 10 push notifications
MIT License
14 stars 7 forks source link

pod compilation failure #26

Closed salzhrani closed 1 year ago

salzhrani commented 1 year ago

when we try to build we face this error

Compiling Pods/CTNotificationContent » CTNotificationViewController.m

❌  (ios/Pods/CTNotificationContent/CTNotificationContent/CTNotificationViewController.m:5:9)

  3 | #import <UserNotifications/UserNotifications.h>
  4 | #import <UserNotificationsUI/UserNotificationsUI.h>
> 5 | #import <CTNotificationContent/CTNotificationContent-Swift.h>
    |         ^ 'CTNotificationContent/CTNotificationContent-Swift.h' file not found
  6 | 
  7 | typedef NS_ENUM(NSInteger, CTNotificationContentType) {
  8 |     CTNotificationContentTypeContentSlider = 0,

not sure what is missing or steps we might have missed

akashvercetti commented 1 year ago

@salzhrani could you please try adding use_frameworks to your Podfile? Have a look at the Podfile in our Example project at: https://github.com/CleverTap/CTNotificationContent/blob/master/Example/Podfile

akashvercetti commented 1 year ago

Closing this due to inactivity. Feel free to reopen if needed.