Skip to content

Instantly share code, notes, and snippets.

@GouriKumari
Last active January 3, 2016 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GouriKumari/8b150289ef56203d6149 to your computer and use it in GitHub Desktop.
Save GouriKumari/8b150289ef56203d6149 to your computer and use it in GitHub Desktop.
mdtool build output with mono3.2.6(9b58377)
/Applications/Xamarin\ Studio.app/Contents/MacOS/mdtool build ~/Projects/HelloButton/HelloButton.sln
Xamarin Studio Build Tool
Loading solution: /Users/gourik/Projects/HelloButton/HelloButton.sln
Loading solution: /Users/gourik/Projects/HelloButton/HelloButton.sln
Loading projects ..
Building Solution: HelloButton (Debug|iPhoneSimulator)
Building: HelloButton (Debug|iPhoneSimulator)
Performing main compilation...
/Library/Frameworks/Mono.framework/Versions/3.2.6/bin/mcs /noconfig
"/r:/Developer/MonoTouch/usr/lib/mono/2.1/mscorlib.dll" -nostdlib
"/out:/Users/gourik/Projects/HelloButton/HelloButton/bin/iPhoneSimulator/D
ebug/HelloButton.exe"
"/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.dll"
"/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.Xml.dll"
"/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll"
"/r:/Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll"
"/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll" /nologo
/warn:4 /debug:full /optimize- /codepage:utf8
"/define:DEBUG;__MOBILE__;__IOS__" /t:exe
"/Users/gourik/Projects/HelloButton/HelloButton/Main.cs"
"/Users/gourik/Projects/HelloButton/HelloButton/AppDelegate.cs"
"/Users/gourik/Projects/HelloButton/HelloButton/HelloButtonViewController.
cs"
"/Users/gourik/Projects/HelloButton/HelloButton/HelloButtonViewController.
designer.cs"
Compiling interface definitions
/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors
--warnings --notices --output-format human-readable-text --compile
"/Users/gourik/Projects/HelloButton/HelloButton/bin/iPhoneSimulator/Deb
ug/HelloButton.app/HelloButtonViewController_iPhone.nib"
"/Users/gourik/Projects/HelloButton/HelloButton/HelloButtonViewControll
er_iPhone.xib" --sdk
"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.p
latform/Developer/SDKs/iPhoneSimulator7.0.sdk"
/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors
--warnings --notices --output-format human-readable-text --compile
"/Users/gourik/Projects/HelloButton/HelloButton/bin/iPhoneSimulator/Deb
ug/HelloButton.app/HelloButtonViewController_iPad.nib"
"/Users/gourik/Projects/HelloButton/HelloButton/HelloButtonViewControll
er_iPad.xib" --sdk
"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.p
latform/Developer/SDKs/iPhoneSimulator7.0.sdk"
Copying content files
Copying
'/Users/gourik/Projects/HelloButton/HelloButton/Resources/Default-568h@
2x.png' to
'/Users/gourik/Projects/HelloButton/HelloButton/bin/iPhoneSimulator/Deb
ug/HelloButton.app/Default-568h@2x.png'
Optimizing png for iOS
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platfo
rm/Developer/usr/bin/pngcrush -q -iphone -f 0
"/Users/gourik/Projects/HelloButton/HelloButton/Resources/Default-56
8h@2x.png"
"/Users/gourik/Projects/HelloButton/HelloButton/bin/iPhoneSimulator/
Debug/HelloButton.app/Default-568h@2x.png"
Build complete -- 0 errors, 0 warnings
Compiling to native code
/Developer/MonoTouch/usr/bin/mtouch -sdkroot
"/Applications/Xcode.app/Contents/Developer" --cache
"/Users/gourik/Projects/HelloButton/HelloButton/obj/iPhoneSimulator/Deb
ug/mtouch-cache" --nomanifest --nosign -sim
"/Users/gourik/Projects/HelloButton/HelloButton/bin/iPhoneSimulator/Deb
ug/HelloButton.app" -r
"/Developer/MonoTouch/usr/lib/mono/2.1/System.dll" -r
"/Developer/MonoTouch/usr/lib/mono/2.1/System.Xml.dll" -r
"/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll" -r
"/Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll" -debug -nolink
-sdk "7.0" -targetver "7.0" --abi=i386
"/Users/gourik/Projects/HelloButton/HelloButton/bin/iPhoneSimulator/Deb
ug/HelloButton.exe"
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Xamarin.iOS 7.0.5 Priority Edition using framework:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.pl
atform/Developer/SDKs/iPhoneSimulator7.0.sdk
HelloButton.app built successfully.
Updating application manifest
Updating debug configuration file
Updating debug settings manifest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment