Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有几个历史数据模型版本,我想查看它们之间的差异。看起来这在 XCode 的旧版本中是可能的(它仍然记录在 Apple 网站上) ,但我在 Xcode 4.5 中找不到等价物。它消失了吗?
您可以按照此问题中的说明将 xcdatamodel 文件转换为 XML ,然后直接比较 XML 文件。