Skip to content

Instantly share code, notes, and snippets.

@atin360
Created July 12, 2013 12:20
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/4ab1a0bfeb36f912b480 to your computer and use it in GitHub Desktop.
Save atin360/4ab1a0bfeb36f912b480 to your computer and use it in GitHub Desktop.
Building Solution: LineaScanner (Debug|iPhoneSimulator)
Building: LineaScanner (Debug|iPhoneSimulator)
Performing main compilation...
/Library/Frameworks/Mono.framework/Versions/3.1.1/bin/mcs /noconfig "/r:/Developer/MonoTouch/usr/lib/mono/2.1/mscorlib.dll" -nostdlib "/out:/Users/nischal/Downloads/LineaScanner/bin/iPhoneSimulator/Debug/LineaScanner.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:/Users/nischal/Downloads/LineaSDK.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/MonoTouch.Dialog-1.dll" /nologo /warn:4 /debug:full /optimize- /codepage:utf8 "/define:DEBUG;__MOBILE__;__IOS__" /t:exe "/Users/nischal/Downloads/LineaScanner/Main.cs" "/Users/nischal/Downloads/LineaScanner/AppDelegate.cs" "/Users/nischal/Downloads/LineaScanner/LineaScannerViewController.cs" "/Users/nischal/Downloads/LineaScanner/LineaScannerViewController.designer.cs" "/Users/nischal/Downloads/LineaScanner/MyBarcodeDialog.cs" "/Users/nischal/Downloads/LineaScanner/MyLineaDelegate.cs" "/Users/nischal/Downloads/LineaScanner/BarcodeMessageEventArgs.cs"
Compilation failed: 2 error(s), 0 warnings
/Users/nischal/Downloads/LineaScanner/MyLineaDelegate.cs(5,42): error CS0012: The type `MonoTouch.Foundation.NSObject' is defined in an assembly that is not referenced. Consider adding a reference to assembly `monotouch, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
/Users/nischal/Downloads/LineaScanner/LineaScannerViewController.cs(31,12): error CS0012: The type `MonoTouch.ExternalAccessory.EAAccessoryDelegate' is defined in an assembly that is not referenced. Consider adding a reference to assembly `monotouch, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
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