XCode 3 到 XCode 4 快照迁移
嘿想问是否有人已经尝试更新新发布的 XCode 4。
我的问题是我使用 XCode 3(.2.5) 制作的所有快照在 Xcode 4 中不再可用。
我只需复制 .sparseimage
但 XCode 4 使用一种新方法来保存快照(每个快照都是单独的)。
颜色主题迁移也是如此,但快照功能更重要。
//编辑:完全忘记提及,甚至我所有的档案都丢失了。
Hey wanted to ask if someone already tried to update the newly released XCode 4.
My problem is that all snapshots I made with XCode 3(.2.5) are no longer available in Xcode 4.
I would simply copy the .sparseimage
but XCode 4 uses a new way to save the snapshots (each separate).
The same goes for color themes migration but the snapshot feature is more important.
//EDIT: completely forgot to mention that even all my archives got lost.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
找到一个选项:
/myDevDir/projectYouWantToSnapshot/
)SnapshotArchive.plist
中获取快照名称(在.sparseimage
)/myDevDir/projectYouWantToSnapshot/
)化我看到的唯一缺点(除了手动工作之外)是快照的日期设置不正确。最好的方法是将日期(子文件夹名称)保存为描述或名称。
found one option:
SnapshotRepository.sparseimage
from previous XCode version/myDevDir/projectYouWantToSnapshot/
)SnapshotArchive.plist
(in.sparseimage
)/myDevDir/projectYouWantToSnapshot/
)The only disadvantage I see (beside the manual work) is that the Date of snapshot is not correctly set. The best is to save the date (subfolders name) as description or name.