2016-08-19 12 views
0

私はXamarin.Formsアプリケーションをビルドしています。私はXamarin.UWPバージョンのアプリケーションをビルドしようとしています。 アプリケーションがデバッグモードで罰金構築しますが、私はリリースモードでそれを構築しようとすると、私は次のエラーを取得する:ポインタタイプの配列は現在サポートされていませんXamarin.UWPエラー

Error ILT0042: Arrays of pointer types are not currently supported: 'System.Int16*[]'.Arrays of pointer types are not currently supported: 'System.Single*[]'.__Arrays of pointer types are not currently supported: 'System.Int16*[]'.__Arrays of pointer types are not currently supported: 'System.Int16*[]'.__Arrays of pointer types are not currently supported: 'System.Single*[]'.__Arrays of pointer types are not currently supported: 'System.Single*[]'.__Arrays of pointer types are not currently supported: 'System.Int16*[]'.__Arrays of pointer types are not currently supported: 'System.Single*[]'. FieldStrikeMove.UWP

私はそれを引き起こしているもの見当がつかないので、ファイルや行何がエラーで与えられたがありませんまたはそれを修正する方法。

私が発見した、このエラーにのみ、他の参照はここにある:https://forums.xamarin.com/discussion/69751/problems-with-building-and-deploying-my-projects

、ここで: https://forums.xamarin.com/discussion/73169/uwp-10-build-fail-arrays-of-pointer-types-error

誰もがこのエラーを見ていますか?

+0

こんにちは男に動作します。ネットネイティブツールチェーンがなければ、あなたが何かを見つけましたか? :/ ** [私はここで同じ質問をする...](http://stackoverflow.com/questions/39152785/xamarin-forms-uwp-error-ilt0042-arrays-of-pointer-types-are-not-現在のところ)** – Emixam23

+0

@ user1こんにちは、もっと詳しく説明していただけますか?あなたのプロジェクトについて、PCLにNewtonsoft.Jsonへの参照を追加しましたか? –

+0

@ FranklinChen-MSFT私は 'NewtonSoft.Json'を参照していますが、自分のPCLだけで、私のUWPプロジェクトではありません。私は約30-40のナゲットパッケージをプロジェクトに持っているので、どれが失敗しているのかを選ぶのは難しいです。私はそれが 'newtonsoft'とは関係ないと思っていませんでした。プロジェクトは参照(自動ビルド毎日) – user1

答えて

0

動作します。それは細かい

enter image description here

関連する問題