Should I git ignore xcodeproject/project.pbxproj file?

后端 未结 7 1769
广开言路
广开言路 2020-12-04 11:11

in a XCode project, I offen got xcodeproject/project.pbxproj file changed, but useless info for me, it for compile.

Should I git ignore this file and xcodeproject/pr

7条回答
  •  执念已碎
    2020-12-04 12:00

    Unfortunately, if your Build Settings includes code signing, you have to re-enter your code-signing entity after every "git pull" if another team member has changed it. It seems to me this info should be in the user settings, not the global pbxproj file.

提交回复
热议问题