osx - Why does Xcode use the old build path after moving a project's containing directory? -


i have created simple osx command line app project xcode 6.3, called foo, , set location of foo ~/desktop. building , running project fine. clear, project path ~/desktop/foo/foo.xcodeproj.

if move project's containing directory ~/desktop/foo to, ~/desktop/tmp/foo, open ~/desktop/tmp/foo/foo.xcodeproj, , build project, see xcode creates ~/desktop/foo/build/ , on. seems xcode still using old build path rather build directory relative project (~/desktop/tmp/foo/build/).

why this? using typical installation of xcode , have not modified configuration of xcode nor project or build settings. xcode 5 did not behave way.

yes, project has been cleaned.

i can attribute accumulated cruft after installing, removing, , updating xcode various 6.x betas on past year.

after deleting xcode configuration via defaults delete com.apple.dt.xcode, things behaving expected.


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

datatable - Matlab struct computations -