2016-06-13 5 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をアップデートします。これらのエラーは、最新バージョンではなくなっています。

関連する問題