2016-06-13 61 views
0

我一直在Xamarin.iOS開發應用程序很長一段時間。我有一個獨立版本的許可證。今天我更新了Xamarin Studio到最新版本。 當我嘗試調試它給了我下面的錯誤應用:與本地代碼鏈接需要獨立(或更高版本)許可證

/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 

在Xamarin.iOS官方定價頁面有關於Xamarin Studio和信息可視化企業,但不具有獨立左右或商業信息許可證

回答

0

更新Xamarin.iOS以及Xamarin Studio。這些錯誤在最新版本中沒有了。

相關問題