lyan
(lyan)
2016 年5 月 26 日 09:53
1
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.
lyan
(lyan)
2016 年5 月 26 日 10:14
2
没有遇到集成cycript,运行出现libc++abi.dylib: terminating with uncaught exception of type CYPoolError这个问题的莫?
难道大家都是越狱通过ssh执行的命令?
要是在集成cycript时,没有出现我上述情况并成功运行的,可以说下成功集成的过程莫,希望交流一下。O(∩_∩)O~
掘坟!!
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
就可以正常运行了。
问题解决
其实新版是可以的,MonkeyDev 里面集成的就是新的版本