I compiled an app from Xcode, and put the app into the /Applications
folder in my iPhone, but when I click the app icon, it unexpectedly quits.
the info in syslog is
exited abnormally with exit status 13
how do I fix this?
My intention is run my app as root
. I used this link but syslog still showed "exited abnormally with exit status 13". I think it is a problem with the code signing, but when I chmod 755 myapp
, it runs, but only as the normal user.