manc1n1
manc1n1

Reputation: 72

Testing application on iDevices from another Mac

I have already imported my .developerprofile from another Mac into Xcode that allows me to run my applications directly onto my iDevices, but when I run my application I get this:

enter image description here

Any ideas on how to fix this besides Revoking and Requesting a new certificate? I do not want to do that because it will invalidate my other Macs. Thank you!

Upvotes: 0

Views: 16

Answers (1)

Knight0fDragon
Knight0fDragon

Reputation: 16827

You need to make sure that the keys are transferred over as well. This will not be downloaded from apples site, so you need to grab it from key chain and transfer it over.

All other provisioning profile and certificate files can be grabbed from developer.apple.com to be placed on the new Mac if it doesn't import correctly.

Upvotes: 1

Related Questions