简体   繁体   中英

Git unable to identify project.pbxproj

Whenever i commit and push project.xcodeproj file, git not able to identify project.pbxproj because it is not showing on remote branch.

If i do some changes in project like add a new file or change project settings etc. but still git unable to identify any changes in project.xcodeproj .

Please help me out.

最终我得到了解决方案,我将其移入project.xcodeproj捆绑包,并使用以下命令强制添加了project.pbxproj文件

git add -f project.pbxproj

Because the project.pbxproj file is packed and embedded in the project.xcodeproj bundle.

You change it , and git add it.

Git not able to identify project.pbxproj because it is not showing on remote branch.

I think you need some Plugin to open file in Github, like fugitive.vim .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM