Re: Warning: no rule to process 'XYZ.js'
Re: Warning: no rule to process 'XYZ.js'
- Subject: Re: Warning: no rule to process 'XYZ.js'
- From: Scott Tooker <email@hidden>
- Date: Wed, 19 Oct 2005 00:15:00 -0700
What version of Xcode do you see this in? If it's Xcode 2.1, please
file a bug. You might double-check that the .js files are not also in
the Compile Sources build phase.
Scott
On Oct 19, 2005, at 12:02 AM, Troy Dawson wrote:
I've got some Javascript files that I need to copy into the
Resources folder, but Xcode is saying 'warning: no rule to process
'XYZ.js'. What's the recommended way of handling this?
I've tried putting the .js into the Resources group, adding it to
the copy files phase for the Resource folder, and also moving
the .js files into the "Other Sources" group and adding a new build
rule for *.js:
cp $(INPUT_FILE_NAME) $(CONTENTS_DIR)/Resources/$(INPUT_FILE_NAME)
but nothing worked (the resource tries do not refresh the .js files
after they've been copied once).
_______________________________________________
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