Skip to content

Instantly share code, notes, and snippets.

@Mohit-Kheterpal
Created March 21, 2014 07:11
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 Mohit-Kheterpal/9681121 to your computer and use it in GitHub Desktop.
Save Mohit-Kheterpal/9681121 to your computer and use it in GitHub Desktop.
Building: TestCrash (Debug|iPhone)
Detecting signing identity...
Multiple provisioning profiles match the bundle identifier; using the first match.
1. Provisioning Profile: "iOS Team Provisioning Profile: *" (D9DDC385-4EE5-4345-B50A-9F5E49F5299A)
Signing Identity: "iPhone Developer: Nischal Kumar (3Z2P26VGA5)"
2. Provisioning Profile: "iOS Team Provisioning Profile: *" (17535D0D-B35C-460D-8265-F319F4FA1E29)
Signing Identity: "iPhone Developer: Nischal Kumar (3Z2P26VGA5)"
3. Provisioning Profile: "iOS Team Provisioning Profile: *" (A6714425-732D-45F3-85F8-F1AE3014D969)
Signing Identity: "iPhone Developer: Nischal Kumar (3Z2P26VGA5)"
Provisioning Profile: "iOS Team Provisioning Profile: *" (D9DDC385-4EE5-4345-B50A-9F5E49F5299A)
Signing Identity: "iPhone Developer: Nischal Kumar (3Z2P26VGA5)"
App ID: "SJ4M429CQ6.com.your-company.TestCrash"
Performing main compilation...
/Library/Frameworks/Mono.framework/Versions/3.2.6/bin/mcs /noconfig "/r:/Developer/MonoTouch/usr/lib/mono/2.1/mscorlib.dll" -nostdlib "/out:/Users/360logicaxamarinmacmini/Downloads/TestCrash/TestCrash/bin/iPhone/Debug/TestCrash.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/360logicaxamarinmacmini/Downloads/TestCrash/SCAudioVideoRecorder.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll" /nologo /warn:4 /debug:full /optimize- /codepage:utf8 "/define:DEBUG;__MOBILE__;__IOS__" /t:exe "/Users/360logicaxamarinmacmini/Downloads/TestCrash/TestCrash/Main.cs" "/Users/360logicaxamarinmacmini/Downloads/TestCrash/TestCrash/AppDelegate.cs" "/Users/360logicaxamarinmacmini/Downloads/TestCrash/TestCrash/TestCrashViewController.cs" "/Users/360logicaxamarinmacmini/Downloads/TestCrash/TestCrash/TestCrashViewController.designer.cs"
Compiling interface definitions
/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --output-format human-readable-text --compile "/Users/360logicaxamarinmacmini/Downloads/TestCrash/TestCrash/bin/iPhone/Debug/TestCrash.app/MainStoryboard.storyboardc" "/Users/360logicaxamarinmacmini/Downloads/TestCrash/TestCrash/MainStoryboard.storyboard" --sdk "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk"
Copying content files
Copying '/Users/360logicaxamarinmacmini/Downloads/TestCrash/TestCrash/Resources/Default-568h@2x.png' to '/Users/360logicaxamarinmacmini/Downloads/TestCrash/TestCrash/bin/iPhone/Debug/TestCrash.app/Default-568h@2x.png'
Optimizing png for iOS
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/pngcrush -q -iphone -f 0 "/Users/360logicaxamarinmacmini/Downloads/TestCrash/TestCrash/Resources/Default-568h@2x.png" "/Users/360logicaxamarinmacmini/Downloads/TestCrash/TestCrash/bin/iPhone/Debug/TestCrash.app/Default-568h@2x.png"
Build complete -- 0 errors, 0 warnings
Compiling to native code
/Developer/MonoTouch/usr/bin/mtouch -sdkroot "/Applications/Xcode.app/Contents/Developer" --cache "/Users/360logicaxamarinmacmini/Downloads/TestCrash/TestCrash/obj/iPhone/Debug/mtouch-cache" --nomanifest --nosign -dev "/Users/360logicaxamarinmacmini/Downloads/TestCrash/TestCrash/bin/iPhone/Debug/TestCrash.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" -r "/Users/360logicaxamarinmacmini/Downloads/TestCrash/SCAudioVideoRecorder.dll" -debug -linksdkonly -sdk "7.1" -targetver "5.2" --abi=armv7 --gcc_flags "\"-framework\" \"CoreText\" \"-framework\" \"CoreMedia\" \"-framework\" \"CoreVideo\" \"-framework\" \"CoreGraphics\" \"-framework\" \"OpenGLES\" \"-framework\" \"QuartzCore\" \"-framework\" \"SystemConfiguration\" \"-framework\" \"CoreTelephony\" \"-framework\" \"AdSupport\" \"-framework\" \"AudioToolbox\" \"-framework\" \"AssetsLibrary\"" "/Users/360logicaxamarinmacmini/Downloads/TestCrash/TestCrash/bin/iPhone/Debug/TestCrash.exe"
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Xamarin.iOS 7.2.1 Business Edition using framework: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk
error MT4117: The registrar found a signature mismatch in the method 'SCorsin.SCCamera.AutoFocusAtPoint' - the selector 'autoFocusAtPoint' indicates the method takes 0 parameters, while the managed method has 1 parameters.
error MT4117: The registrar found a signature mismatch in the method 'SCorsin.SCCamera.ContinuousFocusAtPoint' - the selector 'continuousFocusAtPoint' indicates the method takes 0 parameters, while the managed method has 1 parameters.
---------------------- Done ----------------------
Build: 2 errors, 0 warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment