Re: Rez tool: SysError 0 during read
Re: Rez tool: SysError 0 during read
- Subject: Re: Rez tool: SysError 0 during read
- From: Howard Moon <email@hidden>
- Date: Wed, 12 Aug 2009 14:58:58 -0700
On Aug 12, 2009, at 1:43 PM, Howard Moon wrote:
I'm moving some code to Leopard and Xcode 3, and am having trouble.
Everything's compiling, but then I get an error in a script phase
that uses the Rez tool. The error is:
/Developer/Tools/Rez - SysError 0 during read
The script code that is executing is inserting an icon (so that it
overrides the default icon for the file type, which is an audio plug-
in bundle), like this:
ICON_RES= ${SRCROOT}/myapp_res.icns
echo "read 'icns' (-16455) \"${SRCROOT}/myapp.icns\";" | /Developer/
Tools/Rez -o ${ICON_RES};
Oh, I forgot to include this line in my email (which never runs
correctly either, when I get that error on the above line):
cp "${ICON_RESOURCE}" "${TARGET_BUILD_DIR}/${PRODUCT_NAME}.$
{WRAPPER_EXTENSION}/"$(echo -ne "Icon\r")
Any ideas what to do about this?
Thanks,
-Howard
_______________________________________________
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
_______________________________________________
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