Re: Xcode 4 DerivedData folder and Framework Search Paths
Re: Xcode 4 DerivedData folder and Framework Search Paths
- Subject: Re: Xcode 4 DerivedData folder and Framework Search Paths
- From: Bill Cheeseman <email@hidden>
- Date: Thu, 30 Jun 2011 15:12:49 -0400
On Jun 30, 2011, at 1:26 PM, Quincey Morris wrote:
>> 2. I have two workspaces that include the same framework project. One workspace contains only the framework project alone, because i use the framework in several products and want a convenient place to work on it. The other workspace is for this application, and it includes the application project and the same framework project. Both workspaces point to the same framework project folder, and changes I make to the framework project's source code is correctly reflected in the project no matter which workspace I look at.
>
> Are you saying you have both workspaces open simultaneously? Joar made a post on this list a few weeks ago in which he seemed to be saying you shouldn't have the same project open twice at one time, though this deficiency is going to be corrected at some future time.
No. I remembered Joar's posting and was careful to have only one workspace open at a time.
> My framework situation is similar to yours, in that it's shared and I want a convenient place to work on it that's separate from any application that uses it. This works for me because I'm using SCM, and this avoids the above problem.
I'm using SCM, too, but I don't understand how that could have anything to do with this. I'm using Git via the Xcode 4 interface. I have to admit that I've never used SCM before and I'm still very confused by it. But I've done a bunch of edits to my application and framework in the application workspace, and I've committed several changes to a branch of a working copy of my Git repository a number of times, and I've successfully built release "Archives" of the application and beta testers have successfully run them -- so I think I must be doing it right.
> I have the central git repository on a remote repository provider (BeanStalk), and I have multiple local repositories each tracking the same remote repository. This means that the local Xcode framework projects are each used in only one workspace. The drawback to this approach is that changes pushed from a local repository to a remote repository need eventually to be pulled to all the other local repositories.
I'm just using a local Git repository.
--
Bill Cheeseman - email@hidden
_______________________________________________
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