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] Auto network credentials

2012-11-28 Thread Jeffrey Stedfast
Hi Brad, This could just be a bug in MonoTouch. I'll try to look into this as soon as I can. You've submitted a bug report to bug ills already, right? (Pretty sure I saw one recently filed on this) Jeff Sent from my iPhone On Nov 26, 2012, at 2:25 AM, Brad Moore b.mo...@4pilabs.com.au wrote:

Re: [MonoTouch] Auto network credentials

2012-11-28 Thread Robert Reck
I had something similar happen very recently. I was pulling data from a public US Government web service that did not require credentials, but I was getting the same type of proxy 407 error. My issue turned out to be related to a profile that was installed on my phone by another app (not mine).

Re: [MonoTouch] Auto network credentials

2012-11-28 Thread Nic Wise
... if anyone happens to be looking into the MT proxy code: If I set a proxy (using the iOS one, usually, but I think it happens if I do it in code too), then: GET https://api.dropbox.com etc (this works) GET https://api.someoneelse.com (this doesn't work - it calls api.dropbox.com and passes

Re: [MonoTouch] Auto network credentials

2012-11-28 Thread Sebastien Pouliot
On Wed, Nov 28, 2012 at 11:20 AM, Nic Wise n...@fastchicken.co.nz wrote: ... if anyone happens to be looking into the MT proxy code: If I set a proxy (using the iOS one, usually, but I think it happens if I do it in code too), then: GET https://api.dropbox.com etc (this works) GET

Re: [MonoTouch] Auto network credentials

2012-11-28 Thread Sebastien Pouliot
On Mon, Nov 26, 2012 at 2:25 AM, Brad Moore b.mo...@4pilabs.com.au wrote: Hey Trying to load some data off my server (xml data). I normally just use HttpWebRequest as I can set the utomaticDecompression to DecompressionMethods.GZip | DecompressionMethods.Deflate in order to use gzip

Re: [MonoTouch] Auto network credentials

2012-11-28 Thread Nic Wise
And there in lies the problem. I can reproduce it - in my megalithical project. But not in a nice, small sample. I'll have a play on the weekend and see if I can hack something small which does it. Or share my code with you - not a problem, but it's old, a bit messy, and quite large. On Wed, Nov

[MonoTouch] HttpClient

2012-11-28 Thread Wayne Douglas
Hi Is the new HttpClient available in MT? I'm writing a rest client for a service that will need to work on MT as well as standard environments but don't have MT to hand to check :/ Sent from my iPhone ___ MonoTouch mailing list

Re: [MonoTouch] Auto network credentials

2012-11-28 Thread Sebastien Pouliot
On Wed, Nov 28, 2012 at 12:13 PM, Nic Wise n...@fastchicken.co.nz wrote: And there in lies the problem. I can reproduce it - in my megalithical project. But not in a nice, small sample. I'll have a play on the weekend and see if I can hack something small which does it. Or share my code with

[MonoTouch] How do I 'resign' a distribution build with my AdHoc profile?

2012-11-28 Thread Guido Van Hoecke
Hi, We have some apps in the appstore and we want to upload them also to testflight in order to see how they are used. TestFlight requires the build to be signed with my AdHoc profile, but it must have the UUID of the distributed build. I am pretty sure that this must be feasable and that a

Re: [MonoTouch] HttpClient

2012-11-28 Thread Rolf Bjarne Kvinge
Hi, On Wed, Nov 28, 2012 at 6:15 PM, Wayne Douglas wa...@prjatk.com wrote: Hi Is the new HttpClient available in MT? No, the new System.Net.Http.HttpClient is not available in MT (yet). Rolf I'm writing a rest client for a service that will need to work on MT as well as standard

Re: [MonoTouch] How do I 'resign' a distribution build with my AdHoc profile?

2012-11-28 Thread Rolf Bjarne Kvinge
Hi, I haven't done exactly this before, but I have resigned apps. This is quite easy with the 'codesign' tool Apple ships - I can't remember exactly the arguments, but what I did was to build the project in MonoDevelop, and then copy the codesign command printed at the very end of the build in

[MonoTouch] Load images and store locally

2012-11-28 Thread Alejandro Vazquez
Hi, I have to build a funtionality in which I get a json object with a list of image url's, then I will have to load them and save them locally (Library/Cache I suppose), so the application can show a gallery collection from those files. Any clue on the best way to do this? Appreciate your

Re: [MonoTouch] Auto network credentials

2012-11-28 Thread Jeff Stedfast
Hi Nic, That sounds a lot like this bug: https://bugzilla.xamarin.com/show_bug.cgi?id=7599 Jeff On Wed, Nov 28, 2012 at 11:20 AM, Nic Wise n...@fastchicken.co.nz wrote: ... if anyone happens to be looking into the MT proxy code: If I set a proxy (using the iOS one, usually, but I think it

Re: [MonoTouch] Auto network credentials

2012-11-28 Thread Brad
A temp solution I made for now was to use NSUrlConnection class in a wrapper. https://github.com/ytn3rd/FourPiLibs/blob/master/FourPiLib/FourPiLib/Web/DataDownloader.cs I wrote DataDownloader and it supports Sync and Async downloads, downloads to files and lets you use POST attributes. As for

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