Is there any "Hello world" tutorial featuring XCode 4 for building app for jailbroken iPhone?
Recently I hoped to build the most simplest iPhone app using XCode 4 and put it onto jailbroken device. Unfortunately, for a programmer who never used XCode, this task tur开发者_如何学Goned out classic the mission impossible.
The vast majority of examples use xcode 3.x, not 4.x, which have considerable differences, and I'm not yet knowledgeable enough to find equivalent steps in xcode 4.
Examples of such discussions:
How can I deploy an iPhone Application from Xcode to real iPhone device
iPhone App Minus App Store?
Could anyone point me to some relevant tutorial or discussion? Would be grateful,
Thanks,
install the app called "AppSync" from cydia ;)..google will help you out ;) and than do the following with xcode4:
Here: How can I deploy an iPhone application from Xcode to a real iPhone device?
Do the following part: Enable Xcode's to Build on Jailbroken Device
See How can I test my iPad app on my actual iPad? on how to install the application on jailbroken hardware. Here is a hello world in XCode 4, I guess you'll find more floating around in Google.
Check out my blog : You need to follow the following steps in order :
Allow ur apps to be debugged and tested on ur Jailbroken device -- http://techtalktone.wordpress.com/2011/12/05/testing-your-ios-apps-on-a-jailbroken-device-2/
Create your first XCode App to be tested on the device -- http://techtalktone.wordpress.com/2011/11/26/hello-world/
Hope this helps :D Sasha
An alternative for other readers is an automated app available called JailCoder: http://www.jailcoder.tk – It automates this whole process and enables you to restore to original settings.
精彩评论