Cherokee was the first application I natively compiled on the iTouch. Just install gcc using Cydia (not toolchain!); perform:
sysctl -w security.mac.proc_enforce=0
sysctl -w security.mac.vnode_enforce=0
To get through the configure stage, prefix to /Applications/Cherokee.app and you can compile. The ldid -S signing needs to be done on binaries and libraries. If you are on Linux and want a toolchain I suggest the iphonedevonlinux-tutorial.
Did you compile with tool-chain? It's possible that you write a tutorial?
Thanks
jefftodelimon 2 years ago
Cherokee was the first application I natively compiled on the iTouch. Just install gcc using Cydia (not toolchain!); perform:
sysctl -w security.mac.proc_enforce=0
sysctl -w security.mac.vnode_enforce=0
To get through the configure stage, prefix to /Applications/Cherokee.app and you can compile. The ldid -S signing needs to be done on binaries and libraries. If you are on Linux and want a toolchain I suggest the iphonedevonlinux-tutorial.
Skinkie 2 years ago