问题描述
我已经从master下载了最新的SDK,如下所述: http://builds.appcelerator.com/#master
I've downloaded the latest SDK from master as explained here: http://builds.appcelerator.com/#master
我还从此处 http://labs.appcelerator下载了最新的Hyperloop. 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.
我创建了一个新的Alloy项目,在tiapp.xml
中,我创建了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项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!