Warning: no rule to process 'XYZ.js'
Warning: no rule to process 'XYZ.js'
- Subject: Warning: no rule to process 'XYZ.js'
- From: Troy Dawson <email@hidden>
- Date: Wed, 19 Oct 2005 00:02:31 -0700
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