TencentCloud/TIMSDK

build error

Opened this issue · 2 comments

xcode 14.0.1

编译报错:
Undefined symbols for architecture arm64:
"OBJC_CLASS$_RACSubscriptingAssignmentTrampoline", referenced from:
objc-class-ref in TUICommonTextCell.o
objc-class-ref in TUIProfileCardCell.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocatioon)

Podfile:
...
pod 'ReactiveObjC'
pod 'TUIChat'
pod 'TUIConversation'
pod 'TUIContact'
pod 'TUIGroup'
pod 'TUISearch'
pod 'TUICallKit'
...

jhfkf commented

哥们,你怎么解决的?