0

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?

Chrishan
  • 4,076
  • 7
  • 48
  • 67

1 Answers1

0

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

Chrishan
  • 4,076
  • 7
  • 48
  • 67