I've submitted a private bug. Cheers, Dino
-----Original Message----- From: Sebastien Pouliot [mailto:[email protected]] Sent: Saturday, October 13, 2012 10:13 To: Dean Cleaver Cc: [email protected] Subject: Re: [MonoTouch] Any idea what this could be? On Sat, Oct 13, 2012 at 11:01 AM, Dean Cleaver <[email protected]> wrote: > Sebastien, > > Should it all work with the latest MonoDevelop? I've downloaded Xcode 4.4.1 > and MonoTouch 5.2.12, and changed MonoDevelop to point to the new folders in > the SDK settings, but I get an error on building: > > Error MT5201: Native linking failed. Please review user flags provided > to gcc: "-L/xsl-home/kleverlogic/FlashValet/Mobile/iPhone/Valet" > "-ldtdev" "-framework" "AudioToolbox" "-framework" "CoreGraphics" > "-framework" "ExternalAccessory" "-ObjC" (MT5201) (FlashValet) > > These flags haven't been changed (by me) for a long while - could never > versions of MonoTouch/MonoDevelop have changed them? Not that I recall. However MT5201 is a native link failure. The most common way to get this is when you manually change the linker options (and that's why the error message suggest you to review them). In this case it's likely a different issue (since you did not change them), but we need to have the complete build log to know what's going on. If there are details you do not want to share (from the build output) then please open a bug report and attach the build output to it (marked as private). Sebastien _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
