0

./build.sh clean all を実行して iOS Anywhere アプリをビルドすると、ビルド プロセスが次の詳細エラーで失敗します。

/Users/jess/IBM/Anywhere/MaximoAnywhere/build.xml:127: The following error occurred while executing this line:
/Users/jess/IBM/Anywhere/MaximoAnywhere/anywhere-platform-installer.xml:641: The following error occurred while executing this line:
/Users/jess/IBM/Anywhere/MaximoAnywhere/anywhere-platform-installer.xml:568: src '/Users/jess/IBM/Anywhere/MaximoAnywhere/build/managed/plugins/iphone/anywhere-plugins-ios.zip' doesn't exist.

これは、Mac OS での Anywhere 7.6 のインストール中にステップが抜けているためですか?

助けてくれてありがとう!

4

1 に答える 1

0

うーん。このファイルは、インストール プロセスの一部として、Mac OS での「build install-platform」ターゲット中に抽出されているはずです。ここでログを確認すると、おそらくエラーの根本原因を突き止めることができます

http://www-01.ibm.com/support/docview.wss?uid=swg21258203

ただし、このコマンドを実行して環境を手動で修正できるはずです。

/Users/jess/IBM/Anywhere/MaximoAnywhere/build.sh install-platform all
于 2016-03-21T20:27:12.717 に答える