【发布时间】:2016-01-15 17:58:38
【问题描述】:
我已经从 master 下载了最新的 SDK,如下所述:http://builds.appcelerator.com/#master
我还从这里http://labs.appcelerator.com/project/55f74a9f421c44837717716b/Hyperloop-Module 下载了最新的 Hyperloop,并按照 PDF 文件中的说明进行操作。
我在tiapp.xml 创建了一个新的Alloy 项目,我创建了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
如何让 Hyperloop 运行?
【问题讨论】:
标签: appcelerator appcelerator-hyperloop appc-hyperloop hyperloop