> I can't seem to compile individual files in xcode, the Compile menu is
> greyed out and cmd-K doesn't work.
> The source in the editor needs updating and has focus.
>
> Is there anything else that would cause this?
Are you using native targets? If you aren't, that'd be why this doesn't
work.
To upgrade to native targets, look for "Upgrade All Targets in Project
to Native" in the Project menu.
Hope this helps,
Eric

Signature
Eric Albert ejalbert@cs.stanford.edu
http://outofcheese.org/
Steve - 28 Jan 2006 09:26 GMT
> > I can't seem to compile individual files in xcode, the Compile menu is
> > greyed out and cmd-K doesn't work.
[quoted text clipped - 10 lines]
> Hope this helps,
> Eric
Thanks, Eric, that worked. (Though I'm stumped as to why this xcode 2.2
project could have become in need of upgrading)
Steve