问题描述
我正在研究JB iPhone上的mobilesubstrate插件.我已经为我的iphone在xcode中创建了一个dylib,它可以很好地为Device构建,但是当我尝试为Simulator构建它时,它给我一个错误"_MSHOOKMESSAGE参考来自:等等".我已将所有标头放置在正确的位置.我从设备获得libsubstrate,但这是我认为的问题.设备的libsubstrate无法用于Simulator.所以我的问题是如何为Simulator创建一个libsubstrate?
I am working on mobilesubstrate plugins on a JB iPhone. i have created a dylib in xcode for my iphone which builds fine for Device, but when i try to build it for Simulator, it gives me an error "_MSHOOKMESSAGE reference from: blah blah". I have placed all the headers in proper locations. I got libsubstrate from device but that is i think the problem. The libsubstrate from device is not gonna work for Simulator. So my question is how to create a libsubstrate for Simulator?
推荐答案
http ://www.ipodtouchfans.com/forums/showthread.php?t = 103558 也许这可以帮助您.祝你好运.
http://www.ipodtouchfans.com/forums/showthread.php?t=103558May be this can help you.Good luck.
这篇关于为iPhone模拟器创建libsubstrate的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!