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.
我做了一个 git diff 并看到Project.xcodeproj/project.pbxproj:
Project.xcodeproj/project.pbxproj
attributes = { BuildIndependentTargetsInParallel = YES; + LastUpgradeCheck = 0420; };
是什么LastUpgradeCheck?也许我不小心用 Xcode 4.2 打开了这个项目?
LastUpgradeCheck
我认为当 Xcode 要求您“现代化设置”时会发生这种情况,而您这样做或拒绝它(采取行动)。
我认为它也发生在 Xcode dot 版本上;你有一个团队使用不同版本的 Xcode 吗?或者也许是 4.1/4.2 的 Lion 系统和 3.2.6 的 Snow Leopard 系统?