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.
私はgitdiffを実行し、で見ましたProject.xcodeproj/project.pbxproj:
Project.xcodeproj/project.pbxproj
attributes = { BuildIndependentTargetsInParallel = YES; + LastUpgradeCheck = 0420; };
なにLastUpgradeCheck?たぶん私は誤ってXcode4.2でプロジェクトを開いたのでしょうか?
LastUpgradeCheck
これは、Xcode が「設定をモダナイズする」ように要求し、それを実行するか拒否する (アクションを実行する) 場合に発生すると思います。
Xcodeドットリリースでも発生すると思います。異なるバージョンの Xcode を使用するチームがありますか? それとも、4.1/4.2 の Lion システムと 3.2.6 の Snow Leopard システムでしょうか?