Xcode deployment build settings - clean permission errors
Xcode deployment build settings - clean permission errors
- Subject: Xcode deployment build settings - clean permission errors
- From: ruffnex <email@hidden>
- Date: Thu, 29 Jan 2004 13:16:32 +0800
Hi Xcoders,
For "deployment" build style, I can 'build' okay, but 'clean' generates
permission errors. It cannot remove files from 'UninstalledProducts'.
rm:
/Volumes/Mars/build-intermediate/UninstalledProducts/
GeneralPrefPane.prefPane/Contents/Info.plist: Permission denied
This means my workflow is pretty slow because i have to manually delete
the build dirs. I believe the setting 'deployment post-processing' is
causing the intermediate build files to have their permissions set to
read-only.
My general settings are:
Build products /Volumes/Mars/build
Build intermediate files /Volumes/Mars/build-intermediate
My deployment settings are:
Deployment Location CHECKED
Deployment Post-processing CHECKED
COPY_PHASE_STRIP YES
SEPARATE_STRIP YES
STRIPFLAGS -u -r
Any assistance much appreciated. Thanks.
--Simon
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.