Skip to content

Instantly share code, notes, and snippets.

@atin360
Created April 4, 2013 14:33
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/923f05681812ab052ef1 to your computer and use it in GitHub Desktop.
Save atin360/923f05681812ab052ef1 to your computer and use it in GitHub Desktop.
Cleaning Solution: CoreAnimation (Debug|iPhoneSimulator)
Cleaning: CoreAnimation (Debug|iPhoneSimulator)
Removing output files...
Clean complete
Building Solution: CoreAnimation (Debug|iPhoneSimulator)
Building: CoreAnimation (Debug|iPhoneSimulator)
Performing main compilation...
/Library/Frameworks/Mono.framework/Versions/3.0.8/bin/mcs /noconfig "/r:/Developer/MonoTouch/usr/lib/mono/2.1/mscorlib.dll" -nostdlib "/out:/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/bin/iPhoneSimulator/Debug/Example_CoreAnimation.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/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/AppDelegate.cs" "/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Application.cs" "/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Code/NavigationTable/NavItem.cs" "/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Code/NavigationTable/NavItemGroup.cs" "/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Code/NavigationTable/NavItemTableSource.cs" "/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Screens/iPad/Home/MainSplitView.cs" "/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Screens/iPad/NavTable/MasterNavTableViewController.cs" "/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Screens/iPad/BasicUIViewAnimation/BasicUIViewAnimationScreen.xib.cs" "/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Screens/iPad/BasicUIViewAnimation/BasicUIViewAnimationScreen.xib.designer.cs" "/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Screens/iPad/IDetailView.cs" "/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Screens/iPad/CustomizableAnimationViewer/CustomizableAnimationViewerScreen.xib.cs" "/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Screens/iPad/CustomizableAnimationViewer/CustomizableAnimationViewerScreen.xib.designer.cs" "/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Code/NavigationTable/RowClickedEventArgs.cs" "/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Screens/iPad/ViewTransitions/Controller.cs" "/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Screens/iPad/ViewTransitions/TransitionViewController.xib.cs" "/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Screens/iPad/ViewTransitions/TransitionViewController.xib.designer.cs" "/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Screens/iPad/ViewTransitions/BackTransitionViewController.xib.cs" "/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Screens/iPad/ViewTransitions/BackTransitionViewController.xib.designer.cs" "/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Screens/iPad/LayerAnimation/LayerAnimationScreen.xib.cs" "/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Screens/iPad/LayerAnimation/LayerAnimationScreen.xib.designer.cs" "/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Screens/iPad/LayerAnimation/ImplicitAnimationScreen.xib.cs" "/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Screens/iPad/LayerAnimation/ImplicitAnimationScreen.xib.designer.cs"
Compilation failed: 1 error(s), 4 warnings
/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Screens/iPad/Home/MainSplitView.cs(55,24): warning CS0672: Member `Example_CoreAnimation.Screens.iPad.Home.MainSplitView.ShouldAutorotateToInterfaceOrientation(MonoTouch.UIKit.UIInterfaceOrientation)' overrides obsolete member `MonoTouch.UIKit.UIViewController.ShouldAutorotateToInterfaceOrientation(MonoTouch.UIKit.UIInterfaceOrientation)'. Add the Obsolete attribute to `Example_CoreAnimation.Screens.iPad.Home.MainSplitView.ShouldAutorotateToInterfaceOrientation(MonoTouch.UIKit.UIInterfaceOrientation)'
/Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll (Location of the symbol related to previous warning)
/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Code/NavigationTable/NavItemTableSource.cs(64,12): warning CS0219: The variable `navIcon' is assigned but its value is never used
/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Screens/iPad/ViewTransitions/TransitionViewController.xib.cs(21,7): warning CS0162: Unreachable code detected
/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Screens/iPad/LayerAnimation/LayerAnimationScreen.xib.cs(60,86): warning CS0618: `MonoTouch.CoreAnimation.CAKeyFrameAnimation.FromKeyPath(string)' is obsolete: `This method in the future will return a CAKeyFrameAnimation, update your source, or use GetFromKeyPath to avoid this warning for now'
/Users/apple/Desktop/LatestSamples/monotouch-samples-master/CoreAnimation/Screens/iPad/LayerAnimation/LayerAnimationScreen.xib.cs(60,86): error CS0120: An object reference is required to access non-static member `MonoTouch.CoreAnimation.CAKeyFrameAnimation.FromKeyPath(string)'
Build complete -- 1 error, 4 warnings
---------------------- Done ----------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment