Hello Jon, Can you try the rebuild your application with "Don't link" (Project Options, iPhone Build) ?
If the result stays identical please fill a bug report at http://bugzilla.xamarin.com and attach the ICSharpCode.SharpZLib.dll assembly you're using. We'll try to duplicate your issue and find the cause of the error. Thanks Sebastien On Fri, Aug 12, 2011 at 4:48 AM, Jon Hopkins <[email protected]> wrote: > Adding –v –v –v gives me a link error with ICSharpCode.SharpZLib . What does > code 138 mean? I added the source code library to the project, > > > > Thanks, > > Jon > > > > Linking SDK only for assembly .... > > > > Compilation exited with code 138, command: > > MONO_PATH=/Users/jho/Documents/Projects/Mono/monoMagazine/knaufMagazine/bin/iPhone/Release/knaufMagazine.app > /Developer/MonoTouch/usr/bin/arm-darwin-mono --llvm > --aot=mtriple=armv6-darwin,full,static,asmonly,nodebug,llvm-path=/Developer/MonoTouch/LLVM/bin/,outfile=/var/folders/Qe/Qek6Com-GPi6UWboNmE0Tr8g01g/-Tmp-/tmp9d45f9c.tmp/ICSharpCode.SharpZipLib.dll.6.s > "/Users/jho/Documents/Projects/Mono/monoMagazine/knaufMagazine/bin/iPhone/Release/knaufMagazine.app/ICSharpCode.SharpZipLib.dll" > > > > Von: Jeff Stedfast [mailto:[email protected]] > Gesendet: 12 August 2011 01:25 > An: Jon Hopkins > Cc: Dean Cleaver; [email protected] > Betreff: Re: [MonoTouch] build failed with no output when using LLVM > > > > Hi Jon, > > > > Have you tried adding "-v -v -v" to the "Additional arguments to pass to > mtouch" textbox under Project / <ProjectName> Options / Build / iPhone Build > ? This *might* help provide more useful information. If not, sounds like a > bug and you should submit it to http://bugzilla.xamarin.com and, hopefully, > attach a sample project that this happens on (if you are unable to create a > sample test case but don't want to post your project publicly, feel free to > mark the bug as private or email me or another Xamarin dev the project and > we can make sure it is kept private). > > > > Hope that helps, > > > > Jeff > > > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > > _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
