ここで説明されているように、マスターから最新の SDK をダウンロードしました: http://builds.appcelerator.com/#master
ここから最新の Hyperloop もダウンロードしましたhttp://labs.appcelerator.com/project/55f74a9f421c44837717716b/Hyperloop-Module、PDF ファイルの指示に従いました。
で新しい Alloy プロジェクトを作成し、空のプロジェクトtiapp.xml
を作成してplugin
実行しました。module
コンパイルが完了していないようです。それは固まっています:
[INFO] : Alloy compiler completed successfully
[WARN] : Hyperloop is currently available in Beta and should not be used for production applications.
[INFO] : Starting Hyperloop assembly
[INFO] : Skipping Hyperloop compile, no usage found ...
また、Hyperloop のサンプル プロジェクトをダウンロードしてみました。そこでは出力が少し異なりましたが、それでもコンパイルは完了しませんでした。出力は次のとおりです。
[INFO] : Alloy compiler completed successfully
[WARN] : Hyperloop is currently available in Beta and should not be used for production applications.
[INFO] : Starting Hyperloop assembly
[INFO] : [Hyperloop] Building CocoaPods dependencies
[WARN] : The iOS framework "javax.crypto.KeyGenerator" could not be found. Are you trying to use "JavaScriptCore" or "JBChartView" instead? (android/alloy/controllers/touchid.js)
[WARN] : The iOS framework "javax.crypto.Cipher" could not be found. Are you trying to use "JavaScriptCore" or "JBChartView" instead? (android/alloy/controllers/touchid.js)
手順の PDF には、SDK 5.2.0 をダウンロードする必要があると記載されていましたが、ビルドには存在しませんでした。そのため、6.0.0.xxxxxxx をダウンロードしました。
ハイパーループを実行するにはどうすればよいですか?