CLI を使用して新しい Phonegap 3.0 アプリを構築しようとしています。
私が実行すると
phonegap run ios --V
次の出力が得られます
[phonegap] detecting iOS SDK environment...
[phonegap] Checking iOS requirements...
[phonegap] Running "xcodebuild -version" (output to follow)
[phonegap] Xcode 5.0 Build version 5A1413
[phonegap] using the local environment
[phonegap] adding the iOS platform...
[warning] missing library cordova/ios/3.0.0
[phonegap] downloading https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;a=snapshot;h=3.0.0;sf=tgz...
[phonegap] Requesting {"uri":"https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;a=snapshot;h=3.0.0;sf=tgz"}...
stream.js:94
throw er; // Unhandled stream error in pipe.
^
Error: incorrect header check
at Zlib._binding.onerror (zlib.js:295:17)
また、空のディレクトリが ~/.cordova/lib/ios/cordova/3.0.0/ に作成され、続行する前に同じものを rm -rf する必要があります。そうしないと、まったく別のエラーが発生します...
ブラウザで同じ URL を呼び出すと、404 が返されます。