首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法运行Hyperloop项目

无法运行Hyperloop项目
EN

Stack Overflow用户
提问于 2016-01-16 01:58:39
回答 2查看 575关注 0票数 3

我已经从master下载了最新的SDK,解释如下:http://builds.appcelerator.com/#master

我还从这里下载了最新的Hyperloop,并按照http://labs.appcelerator.com/project/55f74a9f421c44837717716b/Hyperloop-Module文件中的说明进行了操作。

我创建了一个新的合金项目,在tiapp.xml中,我创建了pluginmodule,并运行了我的空项目。它似乎没有完成编译。它被卡住了:

代码语言:javascript
复制
[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 examples项目。这里的输出有点不同--但仍然没有完成编译。下面是输出:

代码语言:javascript
复制
[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

如何让Hyperloop运行?

EN

回答 2

Stack Overflow用户

发布于 2016-01-16 02:57:50

从..判断

代码语言:javascript
复制
[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)

看起来你是为iOS编译的,而HL仍然试图解析安卓特定的控制器--这是不应该的。这个错误已经在Appcelerator JIRA上报告了,可以通过以下途径追踪:

https://jira.appcelerator.org/browse/AC-563

你可以使用appc ti sdk install -b 5_2_x每晚下载一个5_2_x。

票数 0
EN

Stack Overflow用户

发布于 2016-11-09 01:28:54

此问题已在Titanium 5.4.0.GA和Hyperloop 1.2.0中修复。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/34817022

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档