17 duplicate symbols for architecture arm64

Description
Hi, I just download the sdk and try to run the sample, but got this error when build.

Which version?
v4.6.15805.0403

To Reproduce(If applicable)
Steps to reproduce the behavior:
Just follow the SDK documentation to edit the appkey, appsecret and username.
Then build and fail.

Screenshots

Smartphone (please complete the following information):

  • Device: iPhone7 plus
  • OS: iOS
  • Version 13.4.1

Additional context
Help, thanks.

Hi! To fix this issue you need to move const CGFloat BTN_HEIGHT = 24; to ThumbView.m file and declare extern const CGFloat BTN_HEIGHT; in ThumbView.h file

1 Like

It works. Thanks!!! :heart:

Glad to hear that the problem has resolved. I will also forward this to the engineering team to enhance this.

Thanks!