Should I git ignore xcodeproject/project.pbxproj file?

后端 未结 7 1754
广开言路
广开言路 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 11:59

    I found that I also need to preserve the xcworkspace file(s). If didn't, project with a sub-project broke.

提交回复
热议问题