Older Versions

It s

Actual Guide:

It should be noted that most screenshots are the same as the Newer Version Guide, that because, almost everything is the same, but can confuse (it did to me), or make you make a mistake.

  1. Open Xcode and create a new iOS, WatchOS, MacOS or tvOS application depending on your device type.

2. Type in a name and identifier (choose something unique, something like com.your-name.unc0ver)

(If you are trying to use Cercube make sure the identifier is com.google.ios.[any name other than youtube])

Please do not use "com.slashed" or use any of the filled out examples that are used here, as it needs a unique ID.

3. It should ask you where to save the project folder, pick the desktop (default), and hit next

4. Plug In your Device and Select it (Where mine says "yeeyee" it will probably say a phone model, press it and make sure the one you select is your phone name)

5. Xcode will complain about the provisioning profile, click fix issue

6. Xcode may have you sign into an Apple ID, click Add… (or select an existing Apple ID)

8. Select the ID from the New Menu, and press Choose.

Under Deployment Info, make sure the Deployment Targer is lower or equal to your iOS version. (Example: iPhone on iOS 10.1 will need the deployment target to be on <10.1 and not higher)

(If you have additional devices)

  • Plug in the device

  • Go to the Product Menu

  • Under Destination, select your device

  • Repeat from step 3

  1. Open terminal and type "xcode-select --install" (Without quotes)

  2. Xcode should no longer be complaining

9. Open App Signer, select the iPA, your signing certificate, and the provisioning profile (Make sure you select "(Device Name) Developer". (Adding a Display Name, Version and Short Version is optional, as if it is blank, it uses the iPA default)

DO NOT USE "Re-sign only". IT DOES NOT DO ANYTHING, IT DOES NOT RESIGN OR SIGN.

10. Add a name (I suggest a new name) and select where to save it.

11. Go back into Xcode, and press Window (At the very top) -> Devices and Simulators (Older versions are just called Devices). (You can also Press Command+Shift+2, or on other keyboards Alt+Shift+2)

14. Press your Device under "Connected", Press the + under "Installed Apps"

Press the box next to "Connect via network" so you don't need to plug in your device.

15. Select the iPA, and press Open

16. Wait for it to finish, then go to the next page

Last updated