Monobjc / monobjc

Git Repository for the Monobjc Project
http://www.monobjc.net/
17 stars 3 forks source link

MSBuild Tasks broken in V5.* #360

Closed lemonmojo closed 11 years ago

lemonmojo commented 11 years ago

Since the upgrade to V5, the MSBuild Tasks that the Installer supplies seem to be broken somehow.

What fixes it for me is to build the Monobjc.MSBuild project myself and then simply dropping the Monobjc.Tools.dll into the folder where the different MSBuild targets reside.

I have no deep understanding of how MSBuild works but I guess you can fix the problem pretty easily with the information I provided.

cheers, felix

letiemble commented 11 years ago

The problem was introduced with the shift to Makefile. As my testing environment is polluted, I didn't spot the problem. Fix is on its way...

lemonmojo commented 11 years ago

Great! Looking forward to it. Also, thx for maintaining such a great library, my app, Royal TSX wouldn't exist today if it weren't for monobjc.

letiemble commented 11 years ago

I have uploaded a new release of Monobjc that contains the fix (http://downloads.monobjc.net/Monobjc-5.0.2090.0.pkg). Can you check it out ?

lemonmojo commented 11 years ago

Looks fine to me. Removed my copy of Monobjc.Tools.dll, installed the monobjc version you provided and my build scripts went through just fine.

thx!