Xcode (ipa install)

Xcode (ipa install)

SpooferX

1. Download Xcode (from App Store, free download but 7.8GB)

2. Download iOS App Signer (from https://dantheman827.github.io/ios-app-signer/)

3. Open Xcode

4. Create new Xcode project (Shift + Cmd + N) > Single View Application

5. Fill out Product Name > Organisation Name > Organisation Identifier

6. Select the folder the .ipa is on

7. Select the top most name on the left hand side bar

8. Navigate to Signing & Capabilities (top bar on project side window)

9. Select team or add an account (for adding you need to add your Apple ID with your actual password)

10. If it doesn’t show any errors open iOS App Signer

11. Select the .ipa > change signing certificate to Apple Development if yours is on iPhone > select the profile created with Xcode

12. Press start

13. Input a new name for file

14. Go back to Xcode

15. Select Window > Devices and Simulators (Shift + Cmd + 2)

16. With your device connected, under Installed Apps, select the + and the file generated by the app signer.

17. Once it’s done installing, on your device go to Settings > General > and trust the profile like usual when impacting

18. Enjoy.


If you are having trouble installing and are getting an error message similar to "unable to install" you should Turn off Re-Sign only in IOS app signer

Use google for any help you may need: https://www.google.com/search?q=how%20to%20install%20an%20ipa%20using%20xcode

Report Page