我已经从master下载了最新的SDK,解释如下:http://builds.appcelerator.com/#master
我还从这里下载了最新的Hyperloop,并按照http://labs.appcelerator.com/project/55f74a9f421c44837717716b/Hyperloop-Module文件中的说明进行了操作。
我创建了一个新的合金项目,在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 examples项目。这里的输出有点不同--但仍然没有完成编译。下面是输出:
[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运行?
发布于 2016-01-16 02:57:50
从..判断
[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。
发布于 2016-11-09 01:28:54
此问题已在Titanium 5.4.0.GA和Hyperloop 1.2.0中修复。
https://stackoverflow.com/questions/34817022
复制相似问题