Xcode 1.5 compile command (command-K) not working
Xcode 1.5 compile command (command-K) not working
- Subject: Xcode 1.5 compile command (command-K) not working
- From: Paul Miller <email@hidden>
- Date: Thu, 2 Sep 2004 10:26:46 +0100
I've finally tracked down the reason why the Compile command (and
preprocess, show assembly code) is not working for me in some of my
Xcode projects.
If you have a file on your project referenced by a relative path, and
that path includes '../' (i.e. the file isn't in the project folder or
sub-folders), then command-K will not work for that file. If you
move the file inside the project folder, or change the path type to
absolute, then command-K will work.
Build always works no matter where the file is or what type of
reference is in use.
rdar://3785997
Paul.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.