Typing
Typing copied to clipboard
Cannot open Typing.xcodeproj
git checkout https://github.com/MTGandP/Typing.git cd Typing open Typing.xcodeproj
Xcode Err msg: Project /Users/ryan/gitroot/Typing/Typing.xcodeproj cannot be opened because the project file cannot be parsed.
Using Xcode Version 4.5.1 (4G1004)
The files in Typing.xcodeproj have some syntax I've never seen before (this may not be the problem, but thought I would point it out just in case):
For example, project.pbxproj has lines like this:
<<<<<<< HEAD
862C5BB7102F905100D95A5C /* trikeys.c in Sources */ = {isa = PBXBuildFile; fileRef = 862C5BB6102F905100D95A5C /* trikeys.c */; };
=======
>>>>>>> multithread
I think that's happening because the .xcodeproj file in GitHub is from a previous version of the project. I'm no longer uploading updates to the .xcodeproj file. You should have no problem opening the files individually, though.
On 9/21/13 12:06 PM, Ryan A. Chapman wrote:
git checkout https://github.com/MTGandP/Typing.git cd Typing open Typing.xcodeproj
Xcode Err msg: Project /Users/ryan/gitroot/Typing/Typing.xcodeproj cannot be opened because the project file cannot be parsed.
Using Version 4.5.1 (4G1004)
The files in Typing.xcodeproj have some syntax I've never seen before (this may not be the problem, but thought I would point it out just in case):
For example, project.pbxproj has lines like this:
<<<<<<< HEAD
862C5BB7102F905100D95A5C /* trikeys.c in Sources // = {isa = PBXBuildFile; fileRef = 862C5BB6102F905100D95A5C // trikeys.c */; };
multithread
— Reply to this email directly or view it on GitHub https://github.com/MTGandP/Typing/issues/14.