I created an
app using the 3.1.2 toolchain on linux..
it compiles and links normally, and in the makefile i upload my
app (something) like this:
@scp ./blabla
[email protected]/Applications/Helloworld.app/
@ssh
[email protected] "cd /Applications/Helloworld.app; ldid -S Helloworld_; killall; springBoard"
when i launch my
app it immediatly quits.
according to google ldid failed, so i tried to do it manually. ldid did give an error, but after rebooting the error was fixed. The
app still doesn't launch.
the weird part of my problem is that an example i had DID work, but doesn't work anymore now.
(p.s. i built the toolchain by following this guide)