Your favorite Apple, iPhone, iPad, iOS, Jailbreak, and Cydia site.
Thread: How to put apps from xcode to iphone with $99?
is a discussion within theApple AppStore App Discussion
forums, a part of the3rd Party Apps For iPhone | iPod Touch
section;Hello, For my software design project I decided to make a small and very simple app on xcode through my iphone. Unfortunately I noticed when I put my xcode to
...-
10-30-2008, 03:12 PM #1iPhone? More like MyPhone
- Join Date
- Oct 2007
- Location
- Sydney, Australia
- Posts
- 112
- Thanks
- 25
- Thanked 25 Times in 13 Posts
How to put apps from xcode to iphone without $99?
Hello, For my software design project I decided to make a small and very simple app on xcode through my iphone. Unfortunately I noticed when I put my xcode to Device/Release it tells me that I have no certificate to do it. I have searched the web and tried to do some the the instructions they have said. All guides did not work at all.
If someone knows, plz tell me a step by step guide
Thanks in advance
MarcLast edited by marc180292; 10-31-2008 at 01:50 AM.
-
10-31-2008, 04:27 PM #2
I'm not sure if you can get it to work completely through xcode (I believe there are self-signing methods etc, I'm just not completely sure how that works).
Here's how I do it though:
1. Compile the app for "device". Use build rather than build and go (no need, it won't work).
2. Get the app from the build folder and manually transfer it over (via SSH or another method) to /Applications
3. Go into mobileterminal on the phone
4. It should be executable already, but you may want to make sure it is! ("chmod +x /Applications/blah.app/blah")
5. You may need to restart springboard (definitely if it is the first time you put it there, usually not when you just replace the existing app).
6. Use ldid to fake-sign it ("ldid -S /Applications/blah.app/blah"). If you don't have ldid, get it from Cydia. If it works, it won't give any output.
7. Run your app!
Hope that helps. The terminal commands are from memory, hopefully I remember them right!
-
The Following 2 Users Say Thank You to cazlar For This Useful Post:
marc180292 (11-01-2008), thurbs190 (03-22-2009)
-
11-01-2008, 01:24 AM #3iPhone? More like MyPhone
- Join Date
- Oct 2007
- Location
- Sydney, Australia
- Posts
- 112
- Thanks
- 25
- Thanked 25 Times in 13 Posts
thanks for the response. I think I tried something similar but the problem in that I do not know how to "compile" the device app. How do you do that.
you have been thanked
-
11-02-2008, 02:12 PM #4iPhone? More like MyPhone
- Join Date
- Oct 2007
- Location
- Sydney, Australia
- Posts
- 112
- Thanks
- 25
- Thanked 25 Times in 13 Posts
sweet I found out. thx cazlar
-
03-16-2009, 11:31 AM #5
You mention that you found out how to compile the device app. That's the step I'm stuck on! Can you help out and let me know how to do this in Xcode? Thanks




LinkBack URL
About LinkBacks
Reply With Quote