Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
Owner: User #15728648
Generating and Installing Provisioning Profiles for Xcode
If you want to run unit tests, sample apps, etc on a test device, follow these steps:
- Launch Xcode on an internet-connected machine.
- Go to Preferences -> Accounts and add your Apple ID.
- Once logged in, click on View Details... button.
- Find a valid signing identify(or add one), and click the gear icon, and select Export...
- Save the *.p12 and DTOData Transfer Object it to wherever you want to use it.
- On the internet-connected machine, log into developer.apple.com.
- Select Certificates, Identifiers & Profiles link.
- Under provisioning profiles, select an existing profile.
- if you generated a new identity in step 4, create a new provisioning profile.
- Download this profile and DTOData Transfer Object it.
- On the target dev machine, double click the p12 adn mobile provisioning files, with a device connected.
- In the Xcode project, select the newly-added signing identity under Build Phases -> Code Signing Identity.
- Run and install your application.