如何为 iPhone 创建 MobileSubstrate 插件?
我在谷歌上搜索了很多关于如何为 iPhone 创建 mobilesubstrate 插件的信息,但找不到任何基本教程。有人知道如何做到这一点吗?我正在寻找对其的基本了解。
谢谢 :)
i have googled alot on how to create a mobilesubstrate plugin for iPhone but couldnt get any basic tutorial for that. Anybody having any knowledge of how to do this? I am looking for a basic understanding of it.
Thanks :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该脚本会自动为您设置 iphone 工具链,在 Mac OS X 上运行,感谢 @rpetrich。 http://gist.github.com/403608
首先,记住
iPhone 上的
apt-get remove iphone-gcc
在你的Mac上运行这个脚本之前,如果你不想从iphone sdk收集头文件,请遵循脚本的Darwin arm部分,我认为你应该很好。
This script automatically setup iphone toolchain for you, runs on Mac OS X, thanks to @rpetrich. http://gist.github.com/403608
First, remember to
apt-get remove iphone-gcc
on the iphonebefore running this script on your mac, if you don't want to collect headers files from iphone sdk, follow the Darwin arm part of the script and I think you should be good.