- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已经按照此处的说明从 master 下载了最新的 SDK:http://builds.appcelerator.com/#master
我还从这里下载了最新的 Hyperloop http://labs.appcelerator.com/project/55f74a9f421c44837717716b/Hyperloop-Module并按照 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?
最佳答案
根据...判断
[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 仍然试图解析 Android 特定的 Controller ——这是不应该的。此错误已在 Appcelerator JIRA 上报告,可以通过以下方式进行跟踪:
https://jira.appcelerator.org/browse/AC-563
要每晚下载 5_2_x,您可以使用 appc ti sdk install -b 5_2_x
。
关于appcelerator - 无法运行 Hyperloop 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34817022/
正在关注 https://github.com/barriehadfield/hyperloop_devise_tutorial当您从 Rails 控制台调用 Hyperloop::Applicati
我正在尝试 Hyperloop。我正在尝试运行项目中的自定义 swift 脚本(如示例所示)。 这是我的快速代码: import UIKit public class MySwiftCode : NS
我已经按照此处的说明从 master 下载了最新的 SDK:http://builds.appcelerator.com/#master 我还从这里下载了最新的 Hyperloop http://la
我需要开发一个带有视频 session 的应用程序 (iOS),有一个名为 TokBox 的库,但只能与 xcode(我的意思是 native 代码)一起使用,所以我想知道 hyperloop 是否可
我尝试在非 Alloy 项目中使用 Hyperloop,但显然它不起作用(如果我错了,请纠正我)。传统的 CommonJS 项目不能使用 Hyperloop 有什么技术原因吗? 最佳答案 使用 ti
我正在尝试在我的 appcelerator 项目中使用 Google-Mobile-Ads-SDK,因为 ti.admob ( https://github.com/appcelerator-modu
我不确定我在这里做错了什么,但是当我运行我的应用程序以在 Appcelerator Hyperloop iOS 中对图像进行灰度化时,我收到运行时错误。该错误是在尝试运行 CGBitmapContex
我正在尝试在我的 Titanium 应用程序中使用 hyperloop 监控 UIScreenCapturedDidChangeNotification 的屏幕录制状态。我已经尝试了一段时间,但找不到
您好,想用 super 循环创建自定义 tableViewCell。问题是,我不知道该怎么做。我试过用一个 swift 类来实现它: 细胞.swift import UIKit public clas
我有一个简单的 Swift 类,它在创建它的 XCode 8.1 项目中运行良好(该类中有更多内容,但为了简洁起见,示例被删减了)。 import UIKit import AVFoundation
我一直在尝试(我希望如此)直接在钛项目中(使用 SDK 7.0.1.GA 和 hyperloop 3)的简单 Android hyperloop 代码。 var sysProp = require('
关于如何使用 Hyperloop 在 JavaScript 中require cocoapods 的问题:了解应该传递给 require 语句的字符串的最可靠方法是什么椰子?例如 Ti docs在他们
我正在尝试在 Appcelerator Hyperloop 中做最简单的事情来定义/创建我自己的类,但这导致我的构建失败(无法为模拟器或设备构建)并出现构建时错误控制台。 我刚刚开始一个新的空白 Al
我是一名优秀的程序员,十分优秀!