We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
@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
pod deintegrate
pod install
Sorry, something went wrong.
@ChristeenaCJ Could you please share your podfile? Your Podfile should look something like this:
target 'YOUR_NOTIFICATION_SERVICE_TARGET_NAME' do pod 'CTNotificationService' end
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: