From: Mark H. <di...@ma...> - 2003-11-25 18:50:26
|
On Nov 25, 2003, at 9:54 AM, rsc...@xm... wrote: > When I try to open the RubyCocoa framework project file > (RubyCocoa.pbproj) > in Xcode I get a message saying it can't open the file because the > .pbxproj > file is missing. I don't see that file and it doesn't appear to come > with > the source download. Anybody else run into this? It will do that if you don't run "ruby install.rb config" before you try to open the project. the .pbxproj file starts out with '.in' appended to it's extension, and running the config script modifies the file and renames it properly. This one had me stumped for quite a while. |