Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such module 'CTNotificationService' #26

Open
ChristeenaCJ opened this issue Apr 10, 2022 · 2 comments
Open

No such module 'CTNotificationService' #26

ChristeenaCJ opened this issue Apr 10, 2022 · 2 comments

Comments

@ChristeenaCJ
Copy link

ChristeenaCJ commented Apr 10, 2022

I am getting the below error when I build my iOS project in Xcode 13.0 for Simulator 15 with Swift 5.5, Apple M1 Silicon.

All other dependencies, including the main CleverTap SDK, are working properly after the update; the issue is only with the notifications extension.

Screen Shot 2022-04-10 at 7 15 44 PM

@akashvercetti
Copy link

@ChristeenaCJ Could you try reinstalling pods via pod deintegrate and pod install ? Or maybe checkout the example apps provided at https://github.com/CleverTap/CTNotificationService/tree/master/ExampleSwift

@akashvercetti
Copy link

@ChristeenaCJ Could you please share your podfile?
Your Podfile should look something like this:


target 'YOUR_NOTIFICATION_SERVICE_TARGET_NAME' do  
    pod 'CTNotificationService'  
end 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants