iPhone app quits on launch
Posted
by Brammie
on Stack Overflow
See other posts from Stack Overflow
or by Brammie
Published on 2010-03-23T15:41:36Z
Indexed on
2010/03/23
15:43 UTC
Read the original article
Hit count: 337
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)
© Stack Overflow or respective owner