Hi there. 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 :)
Hi there. 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 :)
Try to follow http://www.ipodtouchfans.com/forums/showthread.php?t=103558.
Check out this tutorial: http://iphonesdkdev.blogspot.com/2009/10/how-to-compile-mobilesubstrate.html
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 iphone
before 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.