garbage!! rubbish !!
design365 opened this issue · 8 comments
All source code is open source on my git hub..
Hi,
I tried to register lib with this code:
RegisterFFEngine(@"yQ2oiBQRbXoo35veDico9lNUP9V/jbmLAso2PSgcLxyg7LfjrCSv+VrRNBQ3t5RrPvxcVussCXAX8gLxlVkYyXVfLcNVilpP0MvBkARKP8Y=");
but received the following error message:
2013-10-14 16:35:14.583 rtmp_player[56277:907] -[__NSCFString objectFromJSONString]: unrecognized selector sent to instance 0x1a72280
2013-10-14 16:35:14.586 rtmp_player[56277:907] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString objectFromJSONString]: unrecognized selector sent to instance 0x1a72280'
*** First throw call stack:
(0x32faa3e7 0x3aca5963 0x32fadf31 0x32fac64d 0x32f04208 0x5dd48d 0x8a89 0x34e19aa1 0x34e19625 0x34e11833 0x34db9d1f 0x34db97ad 0x34db91ef 0x36ad15f7 0x36ad1227 0x32f7f3e7 0x32f7f38b 0x32f7e20f 0x32ef123d 0x32ef10c9 0x34e1046d 0x34e0d2b9 0x8753 0x86a8)
libc++abi.dylib: terminate called throwing an exception
Have you tried certain -objC parameters in your project config?
Please refer to the demo project configuration.
在 2013年10月14日星期一,Victor 写道:
Hi,
I tried to register lib with this code:
RegisterFFEngine(@"yQ2oiBQRbXoo35veDico9lNUP9V/jbmLAso2PSgcLxyg7LfjrCSv+VrRNBQ3t5RrPvxcVussCXAX8gLxlVkYyXVfLcNVilpP0MvBkARKP8Y=");
but received the following error message:
2013-10-14 16:35:14.583 rtmp_player[56277:907] -[NSCFString
objectFromJSONString]: unrecognized selector sent to instance 0x1a72280
2013-10-14 16:35:14.586 rtmp_player[56277:907] ** Terminating app due to
uncaught exception 'NSInvalidArgumentException', reason: '-[NSCFString
objectFromJSONString]: unrecognized selector sent to instance 0x1a72280'
** First throw call stack:
(0x32faa3e7 0x3aca5963 0x32fadf31 0x32fac64d 0x32f04208 0x5dd48d 0x8a89
0x34e19aa1 0x34e19625 0x34e11833 0x34db9d1f 0x34db97ad 0x34db91ef
0x36ad15f7 0x36ad1227 0x32f7f3e7 0x32f7f38b 0x32f7e20f 0x32ef123d
0x32ef10c9 0x34e1046d 0x34e0d2b9 0x8753 0x86a8)
libc++abi.dylib: terminate called throwing an exception—
Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-26252442
.
发自移动版 Gmail
I used demo project (rmtp_player) with default settings, then I replaced two frameworks and renamed registerLib to RegisterFFEngine. So, if the code is invalid, I receive next message:
2013-10-14 19:33:38.086 rtmp_player[1187:c07] [FFEngine] Invalid register code1!
But if I use public key (from readme), I receive error with parsing...
Error caused by a lack of JSONKit in compile sources. Now all is fine.
Cool~~ :)
2013/10/15 Victor notifications@github.com
Error caused by a lack of JSONKit in compile sources. Now all is fine.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-26317455
.
谢伟 (Wayne)
M:186.0009.1110
Gmail: xiewei.max@gmail.com
Skype: xiewei.max
QQ: 2964.9193
And why do we need JSONKit in FFEngine? I have the same error now.
@Viktorianec can you help me out resolving the issue?