Skip to content

Instantly share code, notes, and snippets.

@atin360
Created January 21, 2013 08:34
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/4584596 to your computer and use it in GitHub Desktop.
Save atin360/4584596 to your computer and use it in GitHub Desktop.
Building Solution: JTProject (Debug|iPhoneSimulator)
Building: JTProject (Debug|iPhoneSimulator)
Performing main compilation...
/Developer/MonoTouch/usr/bin/smcs /noconfig "/out:/Users/nichal/Projects/JTProject/JTProject/bin/iPhoneSimulator/Debug/JTProject.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/nichal/Projects/JTProject/JTProject/Main.cs" "/Users/nichal/Projects/JTProject/JTProject/AppDelegate.cs" "/Users/nichal/Projects/JTProject/JTProject/HtmlHelp.cs" "/Users/nichal/Projects/JTProject/JTProject/HtmlHelp.designer.cs"
Compilation failed: 2 error(s), 0 warnings
/Users/nichal/Projects/JTProject/JTProject/AppDelegate.cs(4,7): error CS0246: The type or namespace name `HtmlHelp' could not be found. Are you missing a using directive or an assembly reference?
/Users/nichal/Projects/JTProject/JTProject/AppDelegate.cs(40,38): error CS0115: `JTProject.AppDelegate.ViewDidAppear(bool)' is marked as an override but no suitable method found to override
Build complete -- 2 errors, 0 warnings
---------------------- Done ----------------------
Build: 2 errors, 0 warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment