chat-sdk-ios icon indicating copy to clipboard operation
chat-sdk-ios copied to clipboard

iOS 15 upgrade

Open Pankaj03 opened this issue 1 year ago • 0 comments

  1. Is the bug present in the demo Chat SDK project? Demoproject is no more available.

  2. What modifications have you made to the Chat SDK? Just upgrade the SDK to support iOS 15.5 and Xcode 13.3.1

  3. iOS Version? Device or simulator? iOS 15.5 iPhoneX

  4. Steps taken to reproduce the problem: Compilation error on below: self.navigationController?.pushViewController((BChatSDK.ui().appTabBarViewController())!, animated: false)

  5. Expected result: Should pass the compilation

  6. Actual result: Compilation error: Value of type 'PInterfaceAdapter' has no member 'appTabBarViewController'

  7. Comments: -Not able to execute the code on Xcode 13.3.

  • The code is working fine with Xcode 12.5 Screenshot 2022-07-04 at 12 45 52 PM 1

@bensmiley Please help me on that issue.

Thanks in Advance!

Pankaj03 avatar Jul 04 '22 07:07 Pankaj03