You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the bug present in the demo Chat SDK project?
Demoproject is no more available.
What modifications have you made to the Chat SDK?
Just upgrade the SDK to support iOS 15.5 and Xcode 13.3.1
iOS Version? Device or simulator?
iOS 15.5 iPhoneX
Steps taken to reproduce the problem:
Compilation error on below:
self.navigationController?.pushViewController((BChatSDK.ui().appTabBarViewController())!, animated: false)
Expected result:
Should pass the compilation
Actual result:
Compilation error:
Value of type 'PInterfaceAdapter' has no member 'appTabBarViewController'
Comments:
-Not able to execute the code on Xcode 13.3.
Is the bug present in the demo Chat SDK project?
Demoproject is no more available.
What modifications have you made to the Chat SDK?
Just upgrade the SDK to support iOS 15.5 and Xcode 13.3.1
iOS Version? Device or simulator?
iOS 15.5 iPhoneX
Steps taken to reproduce the problem:
Compilation error on below:
self.navigationController?.pushViewController((BChatSDK.ui().appTabBarViewController())!, animated: false)
Expected result:
Should pass the compilation
Actual result:
Compilation error:
Value of type 'PInterfaceAdapter' has no member 'appTabBarViewController'
Comments:
-Not able to execute the code on Xcode 13.3.
1
@bensmiley Please help me on that issue.
Thanks in Advance!
The text was updated successfully, but these errors were encountered: