On Apr 6, 2015, at 15:53:35, Lobron, David <[email protected]> wrote: > > I recently had a rename an XCode project. I followed a suggested on > StackOverflow to hover-highlight the project name, and got a drop-down > menu that let me change various items from the old name to the new one. > This all seems to work fine, and my project is building. However, the > compiler is putting the .o files and the executable in the old project > directory. For example, here is the clang command that compiles my first > file in the project:
Can we assume that you did a Clean to try to fix this? If not, try that. If so, have you tried quitting Xcode? Some things in Xcode seem to be cached and only a quit will reset them. -- Steve Mills Drummer, Mac geek _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
