Project build locations not sticking across users
Project build locations not sticking across users
- Subject: Project build locations not sticking across users
- From: Matt Ronge <email@hidden>
- Date: Tue, 24 Oct 2006 22:43:50 -0500
I'm working on a application which is composed of a main project and
a few smaller framework projects in a subdirectory. The hierarchy
looks like so:
Kiwi
------
Kiwi.xcodeproj
build/
Frameworks/ -> Frameworks
-----------------
MailCore/ -> MailCore
------------
MailCore.xcodeproj
LuaCore/ -> LuaCore
------------
LuaCore.xcodeproj
As you can see I have a number of subprojects under the Frameworks
directory, but I want all of these projects to place their build
results in the build/ directory at the root of the project.
Therefore, inside the General pane of the project inspector, I set
the build location as: ../../build
This works great on my machine, but on other developer machines the
build results of the frameworks are placed in the standard location,
not the build directory at the root of the project. I've found that
if I go inside any of the framework's project bundle (.xcodeproj) and
remove files specific to my user account, it will default back to
placing build results in the standard location.
Why is it that project build location is stored on a per user basis?
How can I set the build location such that it will hold across users?
Thanks in advance,
--
Matt Ronge
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden