CleverTap / CTNotificationService

A simple Notification Service Extension class to add media attachments to iOS 10 rich push notifications
MIT License
17 stars 15 forks source link

unknown type name 'FOUNDATION_EXPORT' in CTNotificationService.h #7

Closed hb2708 closed 4 years ago

hb2708 commented 4 years ago

Hello While integrating this in our app facing the following errors

image

Replacing FOUNDATION_EXPORT with extern seems to work as expected.

Environment we faced the issue is Xcode Version 11.3 (11C29) Xcode 10.3.x

hb2708 commented 4 years ago

Some evidence that it works https://github.com/aleclarson/emitter-kit/issues/17#issue-84564033

hb2708 commented 4 years ago

@Aditi3

Aditi3 commented 4 years ago

Hey @hb2708

Acknowledged. Please allow me some time to re-check the same at my end and I will get back to you with an update shortly.

hb2708 commented 4 years ago

Hello @Aditi3

Yes sure.

Aditi3 commented 4 years ago

Hey @hb2708

We have released the CTNotificationService to handle the mentioned errors.

Here is the link to the latest release that comes with the changes suggested. https://github.com/CleverTap/CTNotificationService/releases/tag/0.1.2

Thanks for your patience.

hb2708 commented 4 years ago

Thanks for the release