2016-06-13 4 views
0

Ich entwickle seit einiger Zeit Apps in Xamarin.iOS. Ich habe eine Indie-Version der Lizenz. Heute habe ich Xamarin Studio auf die neueste Version aktualisiert. Wenn ich versuche, um die Anwendung zu debuggen es mir die folgenden Fehler gibt:Für die Verknüpfung mit nativem Code ist eine Indie-Lizenz (oder höher) erforderlich

/Users/crs/Projects/MyIkubiOS/MyIkubiOS/MyIkubiOS.csproj (Build) -> 
/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets (_CompileToNative target) -> 

    MTOUCH: error MT9002: Linking with native code requires Indie (or higher) license. 
    MTOUCH: error MT9002: Linking with native code requires Indie (or higher) license. 
    MTOUCH: error MT9007: P/invoking `System.Int32 FFImageLoading.PlatformPerformance::task_info(System.IntPtr,System.Int32,FFImageLoading.PlatformPerformance/mach_task_basic_info&,System.Int32&)` from `System.Nullable`1<FFImageLoading.PlatformPerformance/mach_task_basic_info> FFImageLoading.PlatformPerformance::GetResidentSize()` (user code) requires Indie (or higher) license. 
    MTOUCH: error MT9007: P/invoking `System.IntPtr ApiDefinition.Messaging::IntPtr_objc_msgSend(System.IntPtr,System.IntPtr)` from `System.Void WebP.Touch.WebPDecoder::.ctor()` (user code) requires Indie (or higher) license. 
    MTOUCH: error MT9007: P/invoking `System.IntPtr ApiDefinition.Messaging::IntPtr_objc_msgSendSuper(System.IntPtr,System.IntPtr)` from `System.Void WebP.Touch.WebPDecoder::.ctor()` (user code) requires Indie (or higher) license. 
    MTOUCH: error MT9007: P/invoking `System.IntPtr ApiDefinition.Messaging::IntPtr_objc_msgSend_IntPtr(System.IntPtr,System.IntPtr,System.IntPtr)` from `UIKit.UIImage WebP.Touch.WebPDecoder::ImageWithWebP(System.String)` (user code) requires Indie (or higher) license. 
    MTOUCH: error MT9007: P/invoking `System.IntPtr ApiDefinition.Messaging::IntPtr_objc_msgSendSuper_IntPtr(System.IntPtr,System.IntPtr,System.IntPtr)` from `UIKit.UIImage WebP.Touch.WebPDecoder::ImageWithWebP(System.String)` (user code) requires Indie (or higher) license. 
    MTOUCH: error MT9007: P/invoking `System.IntPtr ApiDefinition.Messaging::IntPtr_objc_msgSend_IntPtr(System.IntPtr,System.IntPtr,System.IntPtr)` from `UIKit.UIImage WebP.Touch.WebPDecoder::ImageWithWebPData(Foundation.NSData)` (user code) requires Indie (or higher) license. 
    MTOUCH: error MT9007 

Die Seite offiziellen Preise in Xamarin.iOS hat Informationen über Xamarin Studio und Visual Unternehmen aber nicht hat keine Informationen über Indie oder Geschäft Lizenzen

Antwort

0

Update Xamarin.iOS sowie Xamarin Studio. Diese Fehler sind in der neuesten Version verschwunden.