Re: Xcode 4 Copy Files Build Phase Infinite Loop
Re: Xcode 4 Copy Files Build Phase Infinite Loop
- Subject: Re: Xcode 4 Copy Files Build Phase Infinite Loop
- From: Jerry Gagelman <email@hidden>
- Date: Tue, 22 Mar 2011 09:46:57 +0100
I've seen this before too, particularly when the target is a command line utility and I add build phase to copy it from the derived data location. I simply thought the problem was some setting that I had wrong.
One more question for you: the build doesn't crash Xcode, does it? Namely, does selecting Product > Stop terminates the build without further issue?
Incidentally, in previous developer previews of Xcode 4, this feature worked for me. I'll file a radar.
-- Jerry
On Mon, Mar 21, 2011 at 19:11, Thomas Wetmore
<email@hidden> wrote:
I am moving my projects to Xcode 4 and am having difficulties. Here is one.
I have an Xcode 3 project that creates a static library used by many other projects. In the Xcode 3 target I added a copy files build phase that moves the library to ~/lib. When I add the identical copy files build phase to the Xcode 4 target, the build goes into la-la land and never returns. I make the same selections as in Xcode 3, choosing Absolute Path and adding ~/lib to the Subpath (it makes no difference if I use the full absolute path instead). If I remove the phase it works, add it back, la-la land, etc.
Has anyone else seen this behavior? I was originally trying to create an Xcode 4 workspace with the library as one of the projects so I wouldn't have to copy the library anywhere, but that's a whole other story of frustration.
Tom Wetmore _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
_______________________________________________
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