问题描述
我已经从 master 下载了最新的 SDK,如下所述:http://builds.appcelerator.com/#master
I've downloaded the latest SDK from master as explained here: http://builds.appcelerator.com/#master
我还从这里下载了最新的 Hyperloop http://labs.appcelerator.com/project/55f74a9f421c44837717716b/Hyperloop-Module 并按照 PDF 文件中的说明进行操作.
I've also downloaded the latest Hyperloop from here http://labs.appcelerator.com/project/55f74a9f421c44837717716b/Hyperloop-Module and followed the instructions in the PDF file.
我在 tiapp.xml
中创建了一个新的 Alloy 项目,我创建了 plugin
和 module
并运行了我的空项目.它似乎没有完成编译.它被卡住了:
I created a new Alloy project, in tiapp.xml
I've created the plugin
and module
and ran my empty project. it didn't seem to complete compilation. it is stuck on:
[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 示例项目.那里的输出有点不同 - 但仍然没有完成编译.这是输出:
I have also tried downloading the Hyperloop examples project. Output was a little different there - but still did not complete compilation. Here's the output:
[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
The instruction PDF mentioned that I need to download SDK 5.2.0 - but it doesn't exists in builds - so I downloaded 6.0.0.xxxxxxx
如何让 Hyperloop 运行?
How can I make Hyperloop run?
推荐答案
此问题已在 Titanium SDK 5.4.0.GA 和 Hyperloop 1.2.0 中修复.
This issue has been fixed with Titanium SDK 5.4.0.GA and Hyperloop 1.2.0.
这篇关于无法运行 Hyperloop 项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!