1

私の環境は、再起動、クリーニング、日食の終了、ネイティブフォルダーの削除後にビルドに失敗しています。また、この問題が発生するたびに開発者が削除するわけではないため、以下のエラーの理由と完全な修正を探しています。助けてください

error log 


windowsphone build failed: com.worklight.builder.exception.WorklightBuildRuntimeException: Resource Manager - Error while reading XML file: /Users/Desktop/16th July/30thJuly-Map/test_Login/apps/test/windowsphone/native/Properties/WMAppManifest.xml (No such file or directory) Nested exception: /Users/test/Desktop/16th July/30thJuly-Map/test_Login/apps/test/windowsphone/native/Properties/WMAppManifest.xml (No such file or directory)
[2013-07-30 17:39:20] FWLST1040E: ipad build failed: com.worklight.builder.exception.WorklightBuildRuntimeException: Resource Manager - Problem reading info.plist file /Users/test/Desktop/16th July/30thJuly-Map/test_Login/apps/test/ipad/native/testLogintestIpad-Info.plist (No such file or directory) Nested exception: /Users/test/Desktop/16th July/30thJuly-Map/test_Login/apps/test/ipad/native/testLogintestIpad-Info.plist (No such file or directory)
[2013-07-30 17:39:21] FWLST1040E: iphone build failed: com.worklight.builder.exception.WorklightBuildRuntimeException: Resource Manager - Problem reading info.plist file /Users/test/Desktop/16th July/30thJuly-Map/test_Login/apps/test/iphone/native/testLogintestIphone-Info.plist (No such file or directory) Nested exception: /Users/test/Desktop/16th July/30thJuly-Map/test_Login/apps/test/iphone/native/testLogintestIphone-Info.plist (No such file or directory)
[2013-07-30 17:39:21] FWLST1040E: windows8 build failed: com.worklight.builder.exception.WorklightBuildRuntimeException: Resource Manager - Error while reading XML file: /Users/test/Desktop/16th July/30thJuly-Map/test_Login/apps/test/windows8/native/package.appxmanifest (No such file or directory) Nested exception: /Users/test/Desktop/16th July/30thJuly-Map/test_Login/apps/test/windows8/native/package.appxmanifest (No such file or directory)
[2013-07-30 17:39:23] FWLST1040E: android build failed: com.worklight.builder.exception.WorklightBuildRuntimeException: Resource Manager - Error while reading XML file: /Users/test/Desktop/16th July/30thJuly-Map/test_Login/apps/test/android/native/AndroidManifest.xml (No such file or directory) Nested exception: /Users/test/Desktop/16th July/30thJuly-Map/test_Login/apps/test/android/native/AndroidManifest.xml (No such file or directory)
[2013-07-30 17:39:24]             A core eclipse exception has occurred: Failed to read project description file from location '/Users/test/Desktop/16th July/30thJuly-Map/test_Login/apps/test/android/native/.project'.

ありがとうございます

4

3 に答える 3

1

Refactor->Rename 以下の修正はiPhone環境用です。他の環境でも同じことを試すことができます。

  • エラーは、info.plist ファイルが見つからないことを示しています。コンピュータ内のその場所に移動して、ファイルがそこにあるかどうかを確認してください。あなたの場合ESILoginESIIphone-Info.plist
  • ファイルが見つからない場合。***-Info.plist同じパスで を見て、**** ワークライトが常にあなたのプロジェクト名を info.plist ファイルに 2 回追加することを書き留めておいてください (理由はわかりません)。たとえば、プロジェクト名が ESI の場合、plist ファイル名は ESIESI-Info.plist になります。

プロジェクトファイルで名前を変更したと思いますESILogin

  • ****上記の手順で見つけたプロジェクトの名前を変更してみてください。

それで全部です。ハッピービル。

于 2014-05-22T16:17:41.030 に答える
0

プロジェクトの bin フォルダーの内容を削除し、サーバーを再起動します。すべてのアダプターとアプリケーションを再度デプロイします

于 2014-05-10T07:13:22.133 に答える