Cycript development and debugging problems

Today I learn cycript,through this web site http://lldong.github.io/2014/03/03/embed-cycript-into-your-app-for-debugging.html

But when I do the operarion and tried CYListenServer(8888); I got a crash: libc++abi.dylib: terminating with uncaught exception of type CYPoolError

Ask which Daniel have encountered this problem, also hope to give solutions.

没有遇到集成cycript,运行出现libc++abi.dylib: terminating with uncaught exception of type CYPoolError这个问题的莫?

难道大家都是越狱通过ssh执行的命令?

要是在集成cycript时,没有出现我上述情况并成功运行的,可以说下成功集成的过程莫,希望交流一下。O(∩_∩)O~

同问,问题解决了吗?求告知。:pray:

掘坟!!

Google了一下,这个问题在这里出现过:https://github.com/Naituw/IPAPatch/issues/14

详细的就是:

Hey guys, I think CYPoolError is only present on new version of Cycript, and throws when I link it directly to a empty project too, no matter device or simulators.

I tried an older version of Cycript.framework, which successfully integrated with Youtube. I uploaded it as a new demo at here: Release Demo-Cycript · Naituw/IPAPatch · GitHub

经测试将原来最高版本中的Cycript.framework/Cycript替换为tag1.0.1里面的Cycript.framework/Cycript就可以正常运行了。

问题解决 :stuck_out_tongue_winking_eye:

其实新版是可以的,MonkeyDev 里面集成的就是新的版本

最新版可以是需要额外做些什么操作吗?