There is good news for iPhone developers who don’t want to pay Apple for iPhone developer application! Now you can update your iPhone to OS 3.0 and start on device debugging!!
Big thanks to Alex for great and easy instructions!
Requirements
- A jailbroken iPhone or iPod Touch running OS 3.0 -How To?-
- Works with Jailbroken iPhone 2G, 3G & 3GS, iPod Touch 1G & 2G!
- Hacked mobileinstallion (installd) -How To?-
- A signing identity -How To?-
The Process (iPhone OS 3.0)
Step 1 (This step will already be done if you followed our previous procedure, and you may not need to repeat it!)
- Open your project and go to (menu) Project | Edit Project Settings.
- In the list of properties, find “Code Signing Identity” | “Any iPhone OS Device” and click in the empty box.
- Assuming there are no entries in the menu, click “Other” and type in the same name you used to generate the code signing certificate.
Step 2 (Special Step for OS 3.0)
- Download The script file here to your desktop (rename it to script).
- Open Terminal & type the following commands
cd ~/Desktop
chmod 777 script
./script
This will execute the script to patch the Xcode plugin. If it executed correctly, you should see something like this:
255+0 records in
255+0 records out
127500 bytes transferred in 0.021926 secs (5815034 bytes/sec)
191056+0 records in
191056+0 records out
191056 bytes transferred in 1.421724 secs (134383 bytes/sec)
Note: You may notice that a number of the steps you remembered from last time are gone now. I believe the few-byte hack above takes care of all the steps. As far as I know, there’s no need to even modify your projects with that one Plist key, everything just works.
[Via alexwhittemore.com]