Skip to content

Instantly share code, notes, and snippets.

@atin360
Created October 26, 2012 13:08
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 atin360/3958697 to your computer and use it in GitHub Desktop.
Save atin360/3958697 to your computer and use it in GitHub Desktop.
Building Solution: StopApp (Debug|iPhone)
Building: StopApp (Debug|iPhone)
Detecting signing identity...
Provisioning profile: "NischalProfile2" (6FB33D4A-8887-4BCE-A012-825589B9ADFD)
Signing Identity: "iPhone Developer: Nischal Kumar (3Z2P26VGA5)"
App ID: "7V723M9SQ5.stopapp"
Performing main compilation...
/Developer/MonoTouch/usr/bin/smcs /noconfig "/out:/Users/nischal/Projects/StopApp/StopApp/bin/iPhone/Debug/StopApp.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/nischal/Projects/StopApp/StopApp/Main.cs" "/Users/nischal/Projects/StopApp/StopApp/AppDelegate.cs" "/Users/nischal/Projects/StopApp/StopApp/StopAppViewController.cs" "/Users/nischal/Projects/StopApp/StopApp/StopAppViewController.designer.cs"
Compilation succeeded - 3 warning(s)
/Users/nischal/Projects/StopApp/StopApp/StopAppViewController.cs(30,38): warning CS0672: Member `StopApp.StopAppViewController.ViewDidUnload()' overrides obsolete member `MonoTouch.UIKit.UIViewController.ViewDidUnload()'. Add the Obsolete attribute to `StopApp.StopAppViewController.ViewDidUnload()'
/Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll (Location of the symbol related to previous warning)
/Users/nischal/Projects/StopApp/StopApp/StopAppViewController.cs(42,38): warning CS0672: Member `StopApp.StopAppViewController.ShouldAutorotateToInterfaceOrientation(MonoTouch.UIKit.UIInterfaceOrientation)' overrides obsolete member `MonoTouch.UIKit.UIViewController.ShouldAutorotateToInterfaceOrientation(MonoTouch.UIKit.UIInterfaceOrientation)'. Add the Obsolete attribute to `StopApp.StopAppViewController.ShouldAutorotateToInterfaceOrientation(MonoTouch.UIKit.UIInterfaceOrientation)'
/Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll (Location of the symbol related to previous warning)
/Users/nischal/Projects/StopApp/StopApp/StopAppViewController.cs(32,30): warning CS0618: `MonoTouch.UIKit.UIViewController.ViewDidUnload()' is obsolete: `Deprecated in iOS 6.0'
Compiling interface definitions
/Users/nischal/Desktop/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --output-format human-readable-text --compile "/Users/nischal/Projects/StopApp/StopApp/bin/iPhone/Debug/StopApp.app/StopAppViewController.nib" "/Users/nischal/Projects/StopApp/StopApp/StopAppViewController.xib" --sdk "/Users/nischal/Desktop/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk"
ibtool exited with code 137
Build complete -- 1 error, 3 warnings
---------------------- Done ----------------------
Project does not have bundle identifier specified. Generated 'stopapp' to match an installed 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