[TIMOB-23764] Default app created with 6.0.0 SDK comes pre populated with hyperloop 2.0.0 & in tiapp.xml & build fails as 2.0.0 is not downloaded
GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-08-23T20:34:06.000+0000 |
Affected Version/s | Release 6.0.0 |
Fix Version/s | Release 6.0.0 |
Components | Android, iOS |
Labels | qe-6.0.0 |
Reporter | Lokesh Choudhary |
Assignee | Chee Kiat Ng |
Created | 2016-08-11T20:53:35.000+0000 |
Updated | 2016-08-23T20:35:28.000+0000 |
Description
Steps To Reproduce:
1. Create a new default app with 6.0.0 SDK mentioned in the environment.
2. Open the tiapp.xml.
3. You will see the tiapp.xml is set to hyperloop 2.0.0.
4. Build the app for android/ios.
Actual Result:
1. The build fails as it can't find hyperloop 2.0.0. It is not downloaded when creating a new project.
2. Also, hovering over the hyperloop version in the tiapp.xml gives us message "The hyperloop module does not support android platform for Titanium SDK 6.0.0.v20160810073036" & same for Iphone.
*NOTE*- Attached screenshot for reference.
Expected Results:
1. The tiapp.xml should come pre populated with the supported version & not show any messages.
Attachments
[~lchoudhary] Is this in preprod or prod? preprod should work. And have you tried from CLI?
[~cng], this is in preprod. Let me try from CLI. EDIT: In preprod, I tried from CLI & removed hyperloop module from my
titanum/android/modules
folder. Created a new app usingappc new
. Enabled services & hyperloop. It downloaded hyperloop 1.2.6. The tiapp.xml has hyperloop set to 2.0.0 in the new project, building the project from CLI fails as it can't find hyperloop module 2.0.0Hmm. [~pkclark] Can you help me check on the above? I'm not sure if I gave you the correct 2.0.0 package for hyperloop on preprod. ^
[~cng] -you didn't, but I see it. Will be up on preprod momentarily.- It's already on preprod as of last Monday 8/8. Paging [~fmiao]... this is referenced in the downloads payload in the hyperloop module's
versions
property.[~cng], [~pkclark], This is the link in the payload
https://appcelerator-preprod-modules.s3.amazonaws.com/hyperloop-2.0.0.zip
, download and unzip it, the folder is versioned 1.2.6.[~fmiao] -seems to be versioned properly within the zip.- Ha! I'm wrong. There was a new zip that corrected this and is now on preprod. Good catch.
[~lchoudhary] Test this on preprod again?
[~pkclark], https://appcelerator-preprod-modules.s3.amazonaws.com/hyperloop-2.0.0.zip returns:
[~fmiao] it was missing READ rights. Should be good now.
Verified the fix. Hyperloop 2.0.0 is downloaded & app builds fine. Environment: Appc Studio : 4.7.1.201608190732 Ti SDK : 6.0.0.v20160822001523 Ti CLI : 5.0.9 Alloy : 1.9.1 MAC El Capitan : 10.11.6 Appc NPM : 4.2.7 Appc CLI : 6.0.0-26 Node: 4.4.4 Nexus 6 - Android 6.0.1
[~cng], Can you change the resolution to fixed, so that I can close it.
[~lchoudhary] does Not Our Bug work?
Closing as verified fixed I the above comments.