OneSignal integration in iOS 8.0 Swift

406 Views Asked by At

I tried to integrate onesignal push library with my iOS app by followng their tutorial(https://documentation.onesignal.com/docs/ios-sdk-setup). However after adding OneSignal pod using cocoapods I'm getting following error

/Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/IQKeyboardManager.swift:514:35: 'shared' is unavailable: Use view controller based solutions where appropriate instead.

IQKeyboardManagerSwift is another pod added using cocoapods. I tried various solutions mentioned in Stackoverflow but nothing worked. Is there anyway to fix this issue permanently?

1

There are 1 best solutions below

0
On

Skip the 1st step (1. Add Notification Service Extension) in the tutorial. Then it will run without any issue.