On Wed, Sep 26, 2012 at 12:51 PM, AndyW <[email protected]> wrote: > Hi guys, > > I've recently upgraded to XCode 4.5 and MonoTouch 6, but I'm experiencing a > problem when I build for my actual device. > > The following part of the build process is taking at least 5 minutes when > building Debug for the actual phone. > > /Application/XCode.app/Contents.Developer/usr/bin/dsymutil > > Is this right now? or does anyone have any ideas whats wrong? or anything I > can try?
Look at your project's build options and make sure the "Linker behavior" is at the default "Link SDK assemblies". If it's showing "Don't link" then you'll experience *very* long build time (a large part of it in dsymutil). Regards, Sebastien _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
