https://bugzilla.novell.com/show_bug.cgi?id=666260
https://bugzilla.novell.com/show_bug.cgi?id=666260#c0 Summary: mtouch failed with no output (1) Classification: Mono Product: MonoTouch Version: unspecified Platform: All OS/Version: Apple iOS 4.2 Status: NEW Severity: Major Priority: P5 - None Component: Tools AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: Customer Blocker: --- Description of Problem: When building for iPhone simulator. Everything works as expect. The App compiles and runs without error. When I build for oputput to the iPhone (ios 4.2) the monodevelop compiler reports "mtouch failed with no output (1)". I checked the file names. There are no file names with spaces in the path. After trying many settings I find that if I change "iPhone Build"/"Linker Behavior" to "Link All Assmblies" then the compiler error is resolved. However, with this settings there are many differences in runtime bahaviour. For example: Serialization fails because I do not have a default constuctor. I can resove this with a [Preserve] attribute. But there areother problmes too. I would like to know how to compile the app with Link Behavior = "Do Not Link" I do not wnat the Linker to modify my Assemblies. FYI: I Am compiling a rather large C# library that was dveloped with Visual studio for Windows Mobile. The library works well as long as I leave Link Behavior = "Do Not Link" . Please advise ASAP. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
