Joseph
Joseph

Reputation: 155

How do I deploy to a jailbroken device running ios 6.1?

I am learning iOS programming, is it possible to deploy my app to a jailbroken ios 6.1 device? if so please advice, thanks. btw,im using Xcode 4.6 on Mac OS X Mountain Lion 10.8.2

Upvotes: 1

Views: 1647

Answers (1)

user777304
user777304

Reputation: 455

  1. Install appsync 5.0+ on your jailbroken device.
  2. Download jailcoder from HERE. Right click on JailCoder.app -> Show Package Contents, then from folder Resource.
  3. Copy two certificate iPhone Developer.cer and iPhone Developer.p12 to your desktop.
  4. Then CMD+Space and type Keychain ENTER (to open Keychain Access), from left view select login.
  5. Click on File menu click on Import Items, choose iPhone Developer.cer to import. Choose always trust and give your system passward it asked.
  6. Again click on File menu Click on import items, choose iPhone Developer.p12 to import.
  7. now enter the password "jailcoder" and ignore error msg. That's it! Now try to build or archive your project.

Good Luck

Upvotes: 5

Related Questions