Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created November 18, 2013 12:25
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save saurabh360/94cbc07103b19a0f1af8 to your computer and use it in GitHub Desktop.
Building Solution: SingleAppV1 (Ad-Hoc|iPhone)
Building: SingleAppV1 (Ad-Hoc|iPhone)
Detecting signing identity...
Provisioning Profile: "Ad-Hoc Distribution Test" (4D4922BA-DCCA-4F3F-80E3-962E30C6D413)
Signing Identity: "iPhone Distribution: Xamarin Inc"
App ID: "7V723M9SQ5.com.xamarin.daysuntiltestmas"
Performing main compilation...
/Library/Frameworks/Mono.framework/Versions/3.2.4/bin/mcs /noconfig "/r:/Developer/MonoTouch/usr/lib/mono/2.1/mscorlib.dll" -nostdlib "/out:/Users/nischal/Projects/SingleAppV1/SingleAppV1/bin/iPhone/Ad-Hoc/SingleAppV1.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:/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll" /nologo /warn:4 /debug:full /optimize+ /codepage:utf8 "/define:__MOBILE__;__IOS__" /t:exe "/Users/nischal/Projects/SingleAppV1/SingleAppV1/Main.cs" "/Users/nischal/Projects/SingleAppV1/SingleAppV1/AppDelegate.cs" "/Users/nischal/Projects/SingleAppV1/SingleAppV1/SingleAppV1ViewController.cs" "/Users/nischal/Projects/SingleAppV1/SingleAppV1/SingleAppV1ViewController.designer.cs"
Build complete -- 0 errors, 0 warnings
Compiling to native code
/Developer/MonoTouch/usr/bin/mtouch -sdkroot "/Applications/Xcode.app/Contents/Developer" --cache "/Users/nischal/Projects/SingleAppV1/SingleAppV1/obj/iPhone/Ad-Hoc/mtouch-cache" --nomanifest --nosign -dev "/Users/nischal/Projects/SingleAppV1/SingleAppV1/bin/iPhone/Ad-Hoc/SingleAppV1.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" -linksdkonly -sdk "6.0" -targetver "5.0" --abi=armv7 "/Users/nischal/Projects/SingleAppV1/SingleAppV1/bin/iPhone/Ad-Hoc/SingleAppV1.exe"
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Xamarin.iOS 7.0.4 Business Edition using framework: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk
warning MT3005: The dependency 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' of the assembly 'monotouch, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065' was not found. Please review the project's references.
warning MT3006: Could not compute a complete dependency map for the project. This will result in slower build times because Xamarin.iOS can't properly detect what needs to be rebuilt (and what does not need to be rebuilt). Please review previous warnings for more details.
error MT0000: Unexpected error - Please file a bug report at http://bugzilla.xamarin.com
System.NullReferenceException: Object reference not set to an instance of an object
at MonoTouch.Tuner.InternalPInvoke.GetEntryPoints (Mono.Linker.LinkContext context) [0x00000] in <filename unknown>:0
at MonoTouch.Application.StripNativeCode () [0x00000] in <filename unknown>:0
at MonoTouch.Application.Build () [0x00000] in <filename unknown>:0
at MTouch.Main2 (System.String[] args) [0x00000] in <filename unknown>:0
at MTouch.Main (System.String[] args) [0x00000] in <filename unknown>:0
---------------------- Done ----------------------
Build: 1 error, 2 warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment