Skip to content

Instantly share code, notes, and snippets.

Created May 20, 2013 18:54
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 anonymous/9ca0df497f05d75abadc to your computer and use it in GitHub Desktop.
Save anonymous/9ca0df497f05d75abadc to your computer and use it in GitHub Desktop.
Building Solution: AudioConverterFileConverter (Debug|iPhone)
Building: AudioConverterFileConverter (Debug|iPhone)
Detecting signing identity...
Provisioning Profile: "Nischal_Xamarin" (CC2FFE52-3234-4D82-A34E-B0E2A606E38E)
Signing Identity: "iPhone Developer: Nischal Kumar (3Z2P26VGA5)"
App ID: "P6Z7JK5YC2.com.xamarin.audioconverterfileconverter"
Performing main compilation...
/Library/Frameworks/Mono.framework/Versions/3.0.11/bin/mcs /noconfig "/r:/Developer/MonoTouch/usr/lib/mono/2.1/mscorlib.dll" -nostdlib "/out:/Users/apple/Desktop/20th May/monotouch-samples-master/AudioConverterFileConverter/bin/iPhone/Debug/AudioConverterFileConverter.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;__MOBILE__;__IOS__" /t:exe "/Users/apple/Desktop/20th May/monotouch-samples-master/AudioConverterFileConverter/Main.cs" "/Users/apple/Desktop/20th May/monotouch-samples-master/AudioConverterFileConverter/AppDelegate.cs" "/Users/apple/Desktop/20th May/monotouch-samples-master/AudioConverterFileConverter/AudioConverterFileConverterViewController.cs" "/Users/apple/Desktop/20th May/monotouch-samples-master/AudioConverterFileConverter/AudioConverterFileConverterViewController.designer.cs"
Compilation failed: 2 error(s), 1 warnings
/Users/apple/Desktop/20th May/monotouch-samples-master/AudioConverterFileConverter/AudioConverterFileConverterViewController.cs(150,24): warning CS0672: Member `AudioConverterFileConverter.AudioConverterFileConverterViewController.ShouldAutorotateToInterfaceOrientation(MonoTouch.UIKit.UIInterfaceOrientation)' overrides obsolete member `MonoTouch.UIKit.UIViewController.ShouldAutorotateToInterfaceOrientation(MonoTouch.UIKit.UIInterfaceOrientation)'. Add the Obsolete attribute to `AudioConverterFileConverter.AudioConverterFileConverterViewController.ShouldAutorotateToInterfaceOrientation(MonoTouch.UIKit.UIInterfaceOrientation)'
/Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll (Location of the symbol related to previous warning)
/Users/apple/Desktop/20th May/monotouch-samples-master/AudioConverterFileConverter/AppDelegate.cs(93,11): error CS1502: The best overloaded method match for `System.Diagnostics.Debug.Print(string)' has some invalid arguments
/Developer/MonoTouch/usr/lib/mono/2.1/System.dll (Location of the symbol related to previous error)
/Users/apple/Desktop/20th May/monotouch-samples-master/AudioConverterFileConverter/AppDelegate.cs(93,31): error CS1503: Argument `#1' cannot convert `MonoTouch.AudioToolbox.AudioSessionInterruptionType' expression to type `string'
Build complete -- 2 errors, 1 warning
---------------------- Done ----------------------
Project does not have bundle identifier specified. Generated 'com.xamarin.audioconverterfileconverter' to match an installed provisioning profile.
Build: 2 errors, 2 warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment