以前用一台旧的mac开发过一个ios的app,在那台mac的xcode上配置好证书等环境,并已经在appstore上架了这个app。
最近新买了个mac,现在想在新mac上继续开发升级之前那个app,现在要如何把之前的项目迁移到新mac的xcode上?有没有做过这个的同学指点一下。
阿神2017-04-17 17:43:22
As long as the code is easy to understand, if there is no remote backup, just copy it. It is recommended to host the code on git.
Other problem is the certificate issue, mainly the development certificate. You can export the certificate from the original drug key string and install it to the new one. Machine.
You can also create a new development certificate directly.
怪我咯2017-04-17 17:43:22
TimeMachine recovery.
Or import the certificate again, if there is a backup of the certificate.
黄舟2017-04-17 17:43:22
In fact, your new computer can be imported from the old computer. You can look at Time Machine, back up the computer, and choose to import from TimeMachine when initializing the new computer. If it is just a certificate or the like, you can use the account export function of Xcode. Or use the artifact: https://github.com/fastlane/fastlane/tree/master/match
天蓬老师2017-04-17 17:43:22
The developed app has nothing to do with the development tools (Xcode, Mac). They are just tools. You can just re-import the certificates needed for development. I hope it can help you.
伊谢尔伦2017-04-17 17:43:22
Get a new computer and reapply for the certificate, it’s more convenient