Re: [MonoTouch] Error MT0010: Could not parse the command line arguments

2012-11-29 Thread Rolf Bjarne Kvinge
Hi Dennis, Can you send me the csproj file? There is something there which trips up MonoDevelop into passing the wrong arguments to mtouch. Rolf On Thu, Nov 29, 2012 at 4:32 AM, technohead dj_technoh...@yahoo.com wrote: Hi Rolf, the Use LLVM optimizing compiler is currently unchecked for

Re: [MonoTouch] Error MT0010: Could not parse the command line arguments

2012-11-28 Thread Rolf Bjarne Kvinge
Hi, Have you tried unchecking the Use LLVM optimizing compiler checkbox in the project's options (iPhone Build page)? Rolf On Wed, Nov 28, 2012 at 7:22 AM, technohead dj_technoh...@yahoo.com wrote: Anyone from Xamarin know what is causing this error? I seem to be getting it a fair bit, and

Re: [MonoTouch] Error MT0010: Could not parse the command line arguments

2012-11-28 Thread Nic Wise
... or you could wait a bit and have Rolf reply :) (thanks :) ) On Wed, Nov 28, 2012 at 9:49 AM, Rolf Bjarne Kvinge r...@xamarin.com wrote: Hi, Have you tried unchecking the Use LLVM optimizing compiler checkbox in the project's options (iPhone Build page)? Rolf On Wed, Nov 28, 2012 at

Re: [MonoTouch] Error MT0010: Could not parse the command line arguments

2012-11-28 Thread technohead
Hi Rolf, the Use LLVM optimizing compiler is currently unchecked for debug builds. Dennis -- View this message in context: http://monotouch.2284126.n4.nabble.com/Error-MT0010-Could-not-parse-the-command-line-arguments-tp4657718p4657741.html Sent from the MonoTouch mailing list archive at

Re: [MonoTouch] Error MT0010: Could not parse the command line arguments

2012-11-27 Thread Nic Wise
I'd suggest you either try the forums, or email the error to supp...@xamarin.com - that will get you someone who knows very quickly (EU or US timezones) looks like you have a DLL, which is importing an ObjC lib, which has i386 (simulator) code in it. That should be supported, so it might be a