
11-16-2008, 12:44 PM
|
|
What's Jailbreak?
|
|
Join Date: Nov 2008
Device + Firmware: iPhone 16 GB 2.1
Operating System: Leopard 10.5.5
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
How to make my HelloWorld.app appear in springboard?
|
Hi there, I'm learning how to develop apps for the iPhone and I made a HelloWorld app that runs on the iPhone simulator.
I would like to run this app on my iPhone, just to prove that I can get my applications onto the phone really.
I've copied HelloWorld.app created in the directory build/Debug-iphonesimulator of my XCode project into the Applications folder in the root of my iPhone.
I've also updated permissions via SSH in case these were a problem by typing in Terminal:
chmod +s /Applications/HelloWorld.app/HelloWorld
chmod -R 755 /Applications/HelloWorld.app/HelloWorld
My problem is that my app doesn't appear in the springboard.
If anyone could help me I'd be really grateful.
Thanks,
FPPDes
|
|