くうと徒然なるままに

モバイルアプリを作りながらバックエンドも作っています。

Xamarin.iOS で System.NotSupportedException. ってエラーが出たから解決してみた

エラーメッセージ

System.NotSupportedException: Encoding 932 data could not be found. Make sure you have correct international codeset assembly installed and enabled. 

環境

  • Visual Studio 2017 Enterprise
  • Windows 10 Pro Creators Update
  • mac os 10.12.4
  • iOS 10.3

解決方法

iOS ビルドの詳細設定の 国際化の設定のところの、 CJK をオンにする

参考サイト

stackoverflow.com