Crash when instantianting a new theme

When I try to instantiate any theme like this:

let componentTheme = SBUComponentTheme()
componentTheme.titleColor = .blue

It throws me the following a runtime error w/ crash:

Fatal error: Use of unimplemented initializer ‘init()’ for class ‘SendBirdUIKit.SBUComponentTheme’
2020-12-17 09:55:53.599037-0300 DirectMessageSBSample[50478:1243798] Fatal error: Use of unimplemented initializer ‘init()’ for class ‘SendBirdUIKit.SBUComponentTheme’

Xcode stacktrace
image

This error happens with any kind of theme. **SBUMessageInputTheme, SBUMessageCellTheme, SBUChannelCellTheme, and so on.

@ramonpicoplay thanks for the report! Would you tell me xcode version and sdk version as well?

@Woo sure! Here it is:

  • Xcode 12.3 (12C33)
  • SendBirdSDK (3.0.208)
  • SendBirdUIKit (1.2.11)

Patched version has been released 2.0.0 with open channel feature. Please update your sdk and see if that works for you @ramonpicoplay