objective-c - 用xcode写的ios项目在换电脑时要如何迁移
黄舟
黄舟 2017-04-17 17:41:22
0
5
1175

以前用一台旧的mac开发过一个ios的app,在那台mac的xcode上配置好证书等环境,并已经在appstore上架了这个app。
最近新买了个mac,现在想在新mac上继续开发升级之前那个app,现在要如何把之前的项目迁移到新mac的xcode上?有没有做过这个的同学指点一下。

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(5)
阿神

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.

刘奇

TimeMachine recovery.
Or import the certificate again, if there is a backup of the certificate.

黄舟

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

Peter_Zhu

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.

伊谢尔伦

Get a new computer and reapply for the certificate, it’s more convenient

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!