ビルドエラー

iOSアプリ

【Xcode】unsupported resource found (something not a directory, file or symlink)でCommand CodeSign failed with a nonzero exit code

unsupported resource found (something not a directory, file or symlink)でCommand CodeSign failed with a nonzero exit codeが起きた時の対策
iOSアプリ

【Xcode】ビルドエラー解決方法 ‘DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH_PATHS, use TOOLCHAIN_DIR instead’

今まで「DT_TOOLCHAIN_DIR」としていた環境変数が、アップデートに伴い、「TOOLCHAIN_DIR」に変更されたことによるエラーのよう。Podsで影響が出ている模様。
iOSアプリ

【Xcode】14.3にアップデートしたらビルドエラー

CocoaPodsで入れたライブラリの「Minimum Deployments」のiOSバージョンが11.0未満だとだめらしい
Androidアプリ

【Kotlin】kotlinx.serialization.SerializationException: Serializer for class ‘XXX’ is not found.

クラスを定義しているにも関わらず、クラスが見つからないと怒られる。プラグインの宣言が足りなかったため、うまく読み込めていなかった模様。
iOSアプリ

【Xcode】Command CodeSign failed with a nonzero exit codeでビルドエラー

Command CodeSign failed with a nonzero exit codeでビルドエラー 余計なファイルを消すといいみたい
iOSアプリ

【Swift】switch must be exhaustiveの対処法

Xcode12にアップデートしたところ、Switch文で「switch must be exhaustive」と怒られ、ビルドエラー
Xamarin

【Xamarin】MT2101: Can’t resolve the reference でビルドエラー

Xamarin.FormsとXamarin.Forms.Visual.MaterialとXamarin.Forms.iOS.MaterialComponentsをUPDATEしたらビルド通った
タイトルとURLをコピーしました