Re: no rule to process file
Re: no rule to process file
- Subject: Re: no rule to process file
- From: Greg Guerin <email@hidden>
- Date: Tue, 6 Jun 2006 14:10:01 -0700
Ivan C Myrvold wrote:
>OK, I just did this. Now my .Helix.java file is under the Build Java
>Resources. But I still get (after a Clean All):
>
>Checking Dependencieswarning: no rule to process file '$(PROJECT_DIR)/
>Helix.java' of type sourcecode.java for architecture i386
> warning: no rule to process file '$(PROJECT_DIR)/Helix.java' of type
>sourcecode.java for architecture i386
I think the target compiling the Java source needs to be a Java Archive
target type, not a native target type.
I used the following archive list posting for a detailed description of how
to "split" a Cocoa-Java target into separate Java and native targets. The
native target can then be compiled for both archs, while the Java target
builds a jar-file.
<http://lists.apple.com/archives/xcode-users/2006/Apr/msg00174.html>
-- GG
_______________________________________________
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