openimsdk / open-im-sdk-ios

An OpenIM SDK in Objective-C for iOS
https://openim.io
MIT License
156 stars 142 forks source link

Updated from 2.3.4.1 to 2.3.4.3 package and compile error! #25

Closed jimckylin closed 1 year ago

jimckylin commented 1 year ago

从2.3.4.1 更新到2.3.4.3打包编译报错,模拟器编译运行没问题;再降回2.3.4.1,同样的问题,只能模拟器运行,打包编译报错,并且报了一推错误(xcode版本 13.4.1): Undefined symbols for architecture arm64: "_objc_msgSend$setObject:forKeyedSubscript:", referenced from: -[RefTracker assignRefnumAndIncRefcount:] in OpenIMCore(000009.o) "_objc_msgSend$intValue", referenced from: -[RefTracker assignRefnumAndIncRefcount:] in OpenIMCore(000009.o) "_objc_msgSend$objectForKeyedSubscript:", referenced from: -[RefTracker get:] in OpenIMCore(000009.o) "_objc_msgSend$cnt", referenced from: -[RefTracker dec:] in OpenIMCore(000009.o) -[RefTracker inc:] in OpenIMCore(000009.o) -[RefTracker assignRefnumAndIncRefcount:] in OpenIMCore(000009.o) "_objc_msgSend$getBytes:maxLength:usedLength:encoding:options:range:remainingRange:", referenced from: _go_seq_from_objc_string in OpenIMCore(000009.o) "_objc_msgSend$stringWithFormat:", referenced from: _go_seq_go_to_refnum in OpenIMCore(000009.o) _go_seq_from_objc_bytearray in OpenIMCore(000009.o) _go_seq_from_objc_string in OpenIMCore(000009.o) -[GoSeqRef init] in OpenIMCore(000009.o) -[RefTracker dec:] in OpenIMCore(000009.o) -[RefTracker inc:] in OpenIMCore(000009.o) -[RefTracker get:] in OpenIMCore(000009.o)

std-s commented 1 year ago

@jimckylin pod cache clean OpenIMSDKCore --all ,把它的缓存全清了,再拉一下,看下情况。