nzaugg / cocoa-sharp-dev

Automatically exported from code.google.com/p/cocoa-sharp-dev
0 stars 0 forks source link

Not Building Simple Hello World #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have got the xcode plugin working. or it seems near to working. I create
 new cocoa# application. And click the build and run button. but i get a
few errors.
First i get 2 warnings.
warning: no rule to process helloworld.cs
no rule to process applicationcontrolller.cs

then i get no such file or directory /bin/release

any help apreciated

I installed the plugin by using the installer on the main download

Original issue reported on code.google.com by conker...@gmail.com on 19 Apr 2007 at 8:19

GoogleCodeExporter commented 9 years ago
I get exactly the same thing.

Also, I noticed in the video demo that Mono starts up apparently as a native 
application (it has "Mono" next to 
the blue apple symbol at the very top-left of the Mac's screen).  I have never 
seen that before when using Mono.  
Is there some connection between these two things?  Do we first need to get 
Mono working in this way before it 
will work with XCode?

Original comment by aispires...@gmail.com on 25 Apr 2007 at 1:40

GoogleCodeExporter commented 9 years ago
Having used a previous version of this I was very surprised that I could not 
get it working.

Trying to create Mono Application
Symptoms:
1) Executable file name is empty
2) The compile produces the "no rule to process <file>" warning

Item 2) appeared to be resolveable by setting the project architecture to mono, 
however it still would not 
produce output.

After much hacking I think I have found the problem.
in SVN REV 106 and earlier work, 107 and later do not
This is the point the plugin was renamed

A quick search revealed that the Resources/Info.plist file still contained 
references to CSharpPlugin instead of 
CSharpXcodePlugin.
Changing this and rebuilding the plugin appears to resolve the problems.
(I am not sure about the one line though - com.mono.Xcode.CSharpPlugin

Original comment by zip...@gmail.com on 25 Apr 2007 at 8:27

Attachments:

GoogleCodeExporter commented 9 years ago
This appears to be fixed in 0.3.1 - thanks!

Original comment by star...@gmail.com on 19 Jun 2007 at 2:35