iOS developer program certificate transfer

落爺英雄遲暮 提交于 2019-11-30 02:52:53
  • Open your keychain program at workplace.
  • Select My certificates section. Select entries listed as iOS Developer certificate, iOS Distribution Certificate etc. For the sake of simplicity select everything that you find related to your membership.
  • Select Export.
  • It will ask you enter choice of password. Enter it.
  • It will export p12 file. Transfer this file to your home mac.
  • At home mac, import this p12 file into your Keychain Program.
  • Start XCode and try to build again using the provisioning profile.
  • If the above does not work, try the entire thing with Keys section of your Keychain program.

I think you need to export your office machine's developer profile, and then import it on your home machine. In xCode 4.x this was done from the Team in Organizer, and in xCode 5+ it is under accounts:

Your account is shown under XcodePreferencesAccounts, and can be exported by clicking the gear icon (

) in the lower-left.

I used to get into similar issues I like to call CERT-Hell. I assume you have permissions to actually do what you are attempting. The best thing I have ever done was the use the built in processing within Xcode in the Organizer under Window. You never have to worry about actually importing certs, etc.

You will have to fanagle with it a little since I dont know what you have done already but the jist of it is that you can let XCode manage all your certificates for provisioning. Hope this helps you.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!