Skip to content

Instantly share code, notes, and snippets.

@narayanp
Created November 7, 2012 10:13
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 narayanp/4030671 to your computer and use it in GitHub Desktop.
Save narayanp/4030671 to your computer and use it in GitHub Desktop.
Building Solution: fdgdg (Debug|iPhone)
Building: fdgdg (Debug|iPhone)
Detecting signing identity...
Provisioning Profile: "NischalProfile2" (6FB33D4A-8887-4BCE-A012-825589B9ADFD)
Signing Identity: "iPhone Developer: Nischal Kumar (3Z2P26VGA5)"
App ID: "7V723M9SQ5.fdgdg"
Performing main compilation...
/Developer/MonoTouch/usr/bin/smcs /noconfig "/out:/Users/apple/Projects/fdgdg/fdgdg/bin/iPhone/Debug/fdgdg.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" /nologo /warn:4 /debug:full /optimize- /codepage:utf8 "/define:DEBUG" /t:exe "/Users/apple/Projects/fdgdg/fdgdg/Main.cs" "/Users/apple/Projects/fdgdg/fdgdg/AppDelegate.cs" "/Users/apple/Projects/fdgdg/fdgdg/fdgdgViewController.cs" "/Users/apple/Projects/fdgdg/fdgdg/fdgdgViewController.designer.cs"
Compilation succeeded - 3 warning(s)
/Users/apple/Projects/fdgdg/fdgdg/fdgdgViewController.cs(30,38): warning CS0672: Member `fdgdg.fdgdgViewController.ViewDidUnload()' overrides obsolete member `MonoTouch.UIKit.UIViewController.ViewDidUnload()'. Add the Obsolete attribute to `fdgdg.fdgdgViewController.ViewDidUnload()'
/Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll (Location of the symbol related to previous warning)
/Users/apple/Projects/fdgdg/fdgdg/fdgdgViewController.cs(42,38): warning CS0672: Member `fdgdg.fdgdgViewController.ShouldAutorotateToInterfaceOrientation(MonoTouch.UIKit.UIInterfaceOrientation)' overrides obsolete member `MonoTouch.UIKit.UIViewController.ShouldAutorotateToInterfaceOrientation(MonoTouch.UIKit.UIInterfaceOrientation)'. Add the Obsolete attribute to `fdgdg.fdgdgViewController.ShouldAutorotateToInterfaceOrientation(MonoTouch.UIKit.UIInterfaceOrientation)'
/Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll (Location of the symbol related to previous warning)
/Users/apple/Projects/fdgdg/fdgdg/fdgdgViewController.cs(32,30): warning CS0618: `MonoTouch.UIKit.UIViewController.ViewDidUnload()' is obsolete: `Deprecated in iOS 6.0'
Build complete -- 0 errors, 3 warnings
Compiling to native code
/Developer/MonoTouch/usr/bin/mtouch -sdkroot "/Applications/Xcode.app/Contents/Developer" -v --cache "/Users/apple/Projects/fdgdg/fdgdg/obj/Debug/mtouch-cache" --nomanifest --nosign -dev "/Users/apple/Projects/fdgdg/fdgdg/bin/iPhone/Debug/fdgdg.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 -linksdkonly -sdk "5.1" -targetver "5.0" --armv7 "/Users/apple/Projects/fdgdg/fdgdg/bin/iPhone/Debug/fdgdg.exe"
This feature is not supported in the evaluation version
mtouch exited with code 1
---------------------- Done ----------------------
Project does not have bundle identifier specified. Generated 'fdgdg' to match provisioning profile.
Build: 1 error, 4 warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment