2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

.NET MAUI iOSのReleaseビルドで多言語化できない場合

Posted at

現象

リソースファイルでアプリをローカライズ(多言語化)している.NET MAUIプロジェクトでiOSアプリをReleaseビルドすると多言語化できていない(Debugビルドだとできている)。

MAUIの多言語化についてはこちらを参照。

解決方法

.csprojファイルに下記を追記。

<PropertyGroup>
    <EnableAssemblyILStripping>false</EnableAssemblyILStripping>
</PropertyGroup>

参考

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?