开发者

What determines an Xcode Project's developmentRegion setting?

开发者 https://www.devze.com 2023-01-23 20:27 出处:网络
I\'m working on a C++ project using Xcode with another developer. Every time he opens the xcodeproj, his version of Xcode adds developmentRegion = English; to the project.pbxproj file inside the xcode

I'm working on a C++ project using Xcode with another developer. Every time he opens the xcodeproj, his version of Xcode adds developmentRegion = English; to the project.pbxproj file inside the xcodeproj. Every time I open the xcodeproj, my version of Xcode removes the developmentRegion = English; line from the project.pbxproj file.

We have the xcode project committed to source control, and the cons开发者_开发问答tant back and forth of this line is quite annoying. How can I configure my system so that Xcode doesn't try to remove the line? Or, alternatively, how can he configure his system so that Xcode doesn't try to add the line?

Thanks!


I think it's related to your Xcode version, version 3.2.4 started adding that string, while previous versions don't (and are are removing it).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号