project.pbxproj
is like json.But since I use the latest Xcode(7.3.1),it changes to plist.Here is my project.pbxproj
:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>archiveVersion</key>
<string>1</string>
<key>classes</key>
<dict/>
<key>objectVersion</key>
<string>46</string>
<key>objects</key>
<dict>
<key>0047E8048E5EE8D208C0B009261D5816</key>
<dict>
<key>fileRef</key>
<string>A1C5C2AA97A78115584DFC22517232F2</string>
<key>isa</key>
<string>PBXBuildFile</string>
</dict>
<key>008246B8B3F0ED1F2BCDAC8B0BF9CB2F</key>
The problem is I can't commit my project.And I get this error:
File 'project.pbxproj' is broken. Cannot find PBXProject name.
I'm using Xunique to avoid conflicts,maybe this will help.Please tell me how to deal with this.Many thanks!