错误:包hyperloop不存在

时间:2017-07-12 11:39:02

标签: appcelerator appcelerator-hyperloop appc-hyperloop

我创建了一个新项目并激活了hyperloop。 tiapp.xml中的信息是正确的(如文档中所示)。当我创建Android应用程序时,我收到此错误:

Package hyperloop does not exist

创建iOS应用时出现此错误:

** BUILD FAILED **
[ERROR] :  The following build commands failed:
[ERROR] :   Ld build/Products/Debug-iphonesimulator/Test.app/Test normal x86_64
[ERROR] :  (1 failure)

好像模块' Hyperloop'无法找到?我找不到错误。我正在使用钛SDK 6.1.1GA。

Operating System
  Name                        = Mac OS X
  Version                     = 10.12.5
  Architecture                = 64bit

Node.js
  Node.js Version             = 4.8.4
  npm Version                 = 2.15.11

Appcelerator CLI
  Installer                   = 4.2.9
  Core Package                = 6.2.2

Titanium CLI
  CLI Version                 = 5.0.14
  node-appc Version           = 0.2.41

Alloy
  Alloy Version                = 1.9.13

超级循环要求

Titanium: 5.4.0+
SDK: 5.4.0+
CLI: 5.4.0+
Alloy: 1.8.0+

哪个CLI必须更改为5.4.0+?我该怎么做?

appc cli -v   => 6.2.2
appc ti -v    => 5.0.14 UPDATE??? HOW???
appc alloy -v => 1.9.11

缩短的tiapp.xml:

<?xml version="1.0" encoding="UTF-8"?>
<ti:app xmlns:ti="http://ti.appcelerator.org">
    <property name="run-on-main-thread" type="bool">true</property>
    <ios>
        <use-jscore-framework>true</use-jscore-framework>
    </ios>
    <android xmlns:android="http://schemas.android.com/apk/res/android"/>
    <modules>
        <module platform="commonjs">ti.cloud</module>
        <module platform="android">hyperloop</module>
        <module platform="iphone">hyperloop</module>
    </modules>
    <sdk-version>6.1.1.GA</sdk-version>
    <plugins>
        <plugin>ti.alloy</plugin>
        <plugin>hyperloop</plugin>
    </plugins>
</ti:app>

0 个答案:

没有答案