Re: WO develop build works, deploy goes BOOM!
Re: WO develop build works, deploy goes BOOM!
- Subject: Re: WO develop build works, deploy goes BOOM!
- From: Tom Woteki <email@hidden>
- Date: Fri, 5 Nov 2004 16:26:19 -0500
Most of my projects are WO, so for what it's worth:
- Since you are using -activebuildstyle, is the build style in your
project set to Deployment?
- try using sudo
My typical build command looks something like this:
sudo xcodebuild clean install -buildstyle Deployment
DSTROOT=/some/where
After issuing this, you may need to manually remove the build directory
from your project folder because of the way permissions (sometimes) get
set on the files in that folder. I.e., clean all may fail from within
XCode after building as above.
Tom
On Nov 4, 2004, at 6:28 PM, Dave Stewart wrote:
xcodebuild -activetarget -activebuildstyle clean install
DSTROOT=/Users/DWS/projects/tms/deploy
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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