iOS と Android のネイティブ環境を含む mobilefirst 7.0 ハイブリッド アプリケーション プロジェクトがあります。
Windows 7 でモバイル ファースト cli 7.0 を使用してプロジェクトをビルドし、git サーバーからこのプロジェクトをチェックアウトした後、ビルド時のリソースを生成したいと考えています。また、iOS プロジェクトの info.plist の解析を開始すると失敗します。
以下のエラー メッセージは、mfcli から取得したものです。
[Error:
BUILD FAILED
D:\programs\IBM\MobileFirst-CLI7\mobilefirst-cli\node_modules\generator-worklight-server\lib\build.xml:135: The following error occurred while executing this line:
D:\programs\IBM\MobileFirst-CLI7\mobilefirst-cli\node_modules\generator-worklight-server\lib\build.xml:341: The following error occurred while executing this line:
D:\programs\IBM\MobileFirst-CLI7\mobilefirst-cli\node_modules\generator-worklight-server\lib\build.xml:351: The following error occurred while executing this line:
D:\programs\IBM\MobileFirst-CLI7\mobilefirst-cli\node_modules\generator-worklight-server\lib\build.xml:330: Failed building application: com.worklight.builder.exception.WorklightBuildException: com.worklight.builder.exception.WorklightBuildRuntimeException: Resource Manager - Problem reading info.plist file 1-byte UTF-8 �ǦC���L�Ħ줸�� 1�C Nested exception: 1-byte UTF-8 �ǦC���L�Ħ줸�� 1�C
Total time: 18 seconds
]
「Resources Manager - info.plist ファイル 1 バイト UTF-8 の読み取りで問題が発生しました」とはどういう意味ですか?
Windows 7 の git ローカル リポジトリは、core.autocrlf = true に設定されています。
info.plist ファイルには繁体字が含まれているため、この問題は文字設定に関連している可能性があります。