JPush+Hbuilder的IOS接收消息报错

461917954
2016-11-04 07:09 1.4k 0

在使用jPush的Hbuilder插件时,iOS接收到消息,但是立即报错,错误如下:

2016-11-04 14:42:21.878 RpdP2p[472:96251] -[NSConcreteNotification count]: unrecognized selector sent to instance 0x1359dd060
2016-11-04 14:42:21.879 RpdP2p[472:96251] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSConcreteNotification count]: unrecognized selector sent to instance 0x1359dd060'
*** First throw call stack:
(0x182e06db0 0x18246bf80 0x182e0dc4c 0x182e0abec 0x182d08c5c 0x100236860 0x100238b18 0x100067d58 0x182da8dfc 0x182da861c 0x182da839c 0x182e11414 0x182ce66c8 0x1836ee80c 0x1001b7d2c 0x10006a8b0 0x18821e734 0x18820bf84 0x1847a77ac 0x1847a7618 0x1847a79c8 0x182dbd09c 0x182dbcb30 0x182dba830 0x182ce4c50 0x1845cc088 0x187fce088 0x10006aa54 0x1828828b8)
libc++abi.dylib: terminating with uncaught exception of type NSException

请问,怎样解决?

1个回答

热门排序
  • unrecognized selector sent to instance 0x1359dd060 这个错误是app的逻辑错误 参考: http://wonderffee.github.io/blog/2014/05/17/solve 展示全部