Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created January 7, 2014 07:44
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 saurabh360/ec1a6fd9eb7ad07b4a0c to your computer and use it in GitHub Desktop.
Save saurabh360/ec1a6fd9eb7ad07b4a0c to your computer and use it in GitHub Desktop.
Building Solution: StoreKitiOS6 (Debug|iPhoneSimulator)
Building: HostedNonConsumables (Debug|iPhoneSimulator)
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/Admin_Mac/Desktop/StoreKit/HostedNonConsumables/bin/iPhoneSimulator/Debug/Consumables.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.Json.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/Admin_Mac/Desktop/StoreKit/HostedNonConsumables/AppDelegate.cs" "/Users/Admin_Mac/Desktop/StoreKit/HostedNonConsumables/InAppPurchaseManager.cs" "/Users/Admin_Mac/Desktop/StoreKit/HostedNonConsumables/SKProductExtension.cs" "/Users/Admin_Mac/Desktop/StoreKit/HostedNonConsumables/CustomPaymentObserver.cs" "/Users/Admin_Mac/Desktop/StoreKit/HostedNonConsumables/HostedProductsViewController.cs" "/Users/Admin_Mac/Desktop/StoreKit/HostedNonConsumables/HostedProductManager.cs"
Compilation failed: 1 error(s), 0 warnings
/Users/Admin_Mac/Desktop/StoreKit/HostedNonConsumables/CustomPaymentObserver.cs(17,24): error CS0115: `NonConsumables.CustomPaymentObserver.PaymentQueueUpdatedDownloads(MonoTouch.StoreKit.SKPaymentQueue, MonoTouch.StoreKit.SKDownload[])' is marked as an override but no suitable method found to override
Build complete -- 1 error, 0 warnings
Building: ProductView (Debug|iPhoneSimulator)
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/Admin_Mac/Desktop/StoreKit/ProductView/bin/iPhoneSimulator/Debug/ProductView.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:DEBUG;__MOBILE__;__IOS__" /t:exe "/Users/Admin_Mac/Desktop/StoreKit/ProductView/AppDelegate.cs" "/Users/Admin_Mac/Desktop/StoreKit/ProductView/ProductViewController.cs"
Compilation failed: 2 error(s), 1 warnings
/Users/Admin_Mac/Desktop/StoreKit/ProductView/ProductViewController.cs(141,43): error CS0117: `MonoTouch.StoreKit.SKStoreProductViewController' does not contain a definition for `ITunesItemIdentifier'
/Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll (Location of the symbol related to previous error)
/Users/Admin_Mac/Desktop/StoreKit/ProductView/ProductViewController.cs(150,10): warning CS0618: `MonoTouch.UIKit.UIViewController.DismissModalViewControllerAnimated(bool)' is obsolete: `Deprecated in iOS 6.0, use DismissViewController (bool, NSAction) instead.'
/Users/Admin_Mac/Desktop/StoreKit/ProductView/ProductViewController.cs(153,26): error CS0122: `MonoTouch.StoreKit.SKStoreProductViewController.LoadProduct(MonoTouch.Foundation.NSDictionary, System.Action<bool,MonoTouch.Foundation.NSError>)' is inaccessible due to its protection level
/Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll (Location of the symbol related to previous error)
Build complete -- 2 errors, 1 warning
---------------------- Done ----------------------
Build: 3 errors, 1 warning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment