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

Build error on running in simulator #19

Closed iAKM closed 3 years ago

iAKM commented 3 years ago

When run on real device there are no issues but when trying to run on simulator, we are facing the below build error in NotificationService extension. Tried every possible solution found in stackoverflow but in vain.

ld: framework not found CTNotificationService clang: error: linker command failed with exit code 1 (use -v to see invocation)

Aditi3 commented 3 years ago

@iAKM I've tried to reproduce the issue but it's working correctly in our Swift Starter Project.

Could you share a demo project with us where the issue is reproducible? That will help in debugging this further.

Aditi3 commented 3 years ago

Closing due to inactivity