AnyChat技术支持论坛
标题: 调摄像头拍照时 崩了 [打印本页]
作者: huquan1991 时间: 2016-3-2 17:47
标题: 调摄像头拍照时 崩了
reason: '-[AnyChatVC OnAnyChatSnapShotCallBack::::::]: unrecognized selector sent to instance 0x938740'
作者: huquan1991 时间: 2016-3-2 17:51
且没有走代理方法// 抓拍完成事件 - (void) OnAnyChatSnapShotCallBackint) dwUserid : (NSString*) lpFileName : (int) dwFlags : (int) dwParam : (NSString*) lpUserStr
作者: admin 时间: 2016-3-2 17:58
把控制台输出的详细日志信息发上来,谢谢。
作者: huquan1991 时间: 2016-3-2 18:02
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[AnyChatVC OnAnyChatSnapShotCallBack::::::]: unrecognized selector sent to instance 0x938740'
*** First throw call stack:
(0x2e3d9f83 0x38c54ccf 0x2e3dd917 0x2e3dc203 0x2e32b768 0x130587 0x12e09 0x2e39c1a1 0x2e3104ef 0x2edc3c73 0x2e3a520b 0x2e3a46db 0x2e3a2ecf 0x2e30debf 0x2e30dca3 0x33267663 0x30c5a14d 0x213bd 0x39161ab7)
libc++abi.dylib: terminating with uncaught exception of type NSException
作者: huquan1991 时间: 2016-3-2 18:06
这是什么原因 是出现指针问题了吗?
作者: admin 时间: 2016-3-2 18:13
您好,使用我们的标准Demo(AnyChatSelfRecord),工作正常吗?
作者: huquan1991 时间: 2016-3-2 18:14
开始正常 过一会什么都没加 也就出现了这个问题
作者: huquan1991 时间: 2016-3-2 18:15
我又重新下了一次 也是正常的 但是对照代码 都是一样的 没有什么地方有过改动
作者: admin 时间: 2016-3-2 18:16
您好,AnyChat SDK V6.0,该回调事件的接口有变化:- // 拍照完成事件
- - (void) OnAnyChatSnapShotCallBack:(int) dwUserid : (int) dwErrorCode : (NSString*) lpFileName : (int) dwFlags : (int) dwParam : (NSString*) lpUserStr;
复制代码 ,请确认您的SDK(.h)与库(.a)是对应的,是否存在不同的版本混用了?
作者: huquan1991 时间: 2016-3-2 18:17
关键是他连这个API都没调OnAnyChatSnapShotCallBack
作者: admin 时间: 2016-3-2 18:20
新的SDK增加了一个errorcode的参数:OnAnyChatSnapShotCallBack:(int) dwUserid : (int) dwErrorCode
作者: huquan1991 时间: 2016-3-2 18:21
我试试 有可能 刚更新了sdk 我是说报错的怎么有6个参数呢
欢迎光临 AnyChat技术支持论坛 (http://bbs.anychat.cn/) |
Powered by Discuz! X3 |