Cocoapods Xcode 6.3.2 一运行就报错了,错误信息如下:

dyld: Symbol not found: OBJCCLASS_$_AVIMAudioMessage
Referenced from: /Users/zs/Library/Developer/CoreSimulator/Devices/A79C7DC3-4418-BB39-3A414F18A9BF/data/Containers/Bundle/Application/4B66FCE0-4A5C-4AF2-95D84F319779/XXX.app/XXX
Expected in: flat namespace
in /Users/zs/Library/Developer/CoreSimulator/Devices/A79C7DC3-D6E4-4418-BB39-3A414F18A9BF/data/Containers/Bundle/Application/4B66FCE0-4A5C-4AF2-99CD-95D84F319779/XXX.app/XXX

1 人赞了这个帖子.

Podfile 里面是怎么写的?尝试通过 pod update 命令更新一下。AVIMAudioMessage 是 IM 模块提供的,Podfile 里面有 AVOSCloudIM 模块吗?

pod 'AVOSCloud'
pod 'AVOSCloudIM'

今天早上来更新就不行了,退回到 3.1.2.4 就没问题。

我今天也遇到这个问题了。
我是直接继承LeanChatLib,可以自动继承AVOSCloud和AVOSCloudIM。

大家好,这个错误在 v3.1.2.6 中已经修复了。

还没更新 Changelog 是吗?

已经更新了。