Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-26764] Change minsdk of ACA module to 8.0.0

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionFixed
Resolution Date2019-02-12T15:01:47.000+0000
Affected Version/sRelease 7.5.0
Fix Version/sRelease 8.0.0
ComponentsAndroid, iOS
Labelsn/a
ReporterLokesh Choudhary
AssigneeGary Mathews
Created2019-01-24T23:26:31.000+0000
Updated2019-02-27T14:54:34.000+0000

Description

1. The minsdk of ACA module needs to be changed to 8.0.0 as this is causing new app creation to fail with SDK 7.5.0 with below error:
2019-01-24T23:13:08.404Z | TRACE  | Checking  /Users/lchoudhary/Library/Application Support/Titanium/modules/android/com.appcelerator.aca
2019-01-24T23:13:08.405Z | DEBUG  | looks like com.appcelerator.aca is not installed android 
2019-01-24T23:13:08.405Z | TRACE  | Checking  /Users/lchoudhary/Library/Application Support/Titanium/modules/iphone/com.appcelerator.aca
2019-01-24T23:13:08.405Z | DEBUG  | com.appcelerator.aca is not available iphone
2019-01-24T23:13:08.406Z | TRACE  | Checking  /Users/lchoudhary/Library/Application Support/Titanium/modules/android/com.appcelerator.apm
2019-01-24T23:13:08.406Z | DEBUG  | com.appcelerator.apm installed is the latest android 3.1.2
2019-01-24T23:13:08.406Z | TRACE  | Checking  /Users/lchoudhary/Library/Application Support/Titanium/modules/iphone/com.appcelerator.apm
2019-01-24T23:13:08.407Z | DEBUG  | com.appcelerator.apm installed is the latest iphone 3.1.2
2019-01-24T23:13:08.407Z | DEBUG  | Install SDK compatible performance module undefined
2019-01-24T23:13:08.407Z | ERROR  | An uncaught exception was thrown!
Parameter "url" must be a string, not undefined
2019-01-24T23:13:08.408Z | ERROR  | Parameter "url" must be a string, not undefined
2019-01-24T23:13:08.408Z | TRACE  | TypeError: Parameter "url" must be a string, not undefined
    at Url.parse (url.js:103:11)
    at Object.urlParse [as parse] (url.js:97:13)
    at Object.installTiModule (/Users/lchoudhary/.appcelerator/install/7.0.10-master.5/package/node_modules/appc-cli-titanium/plugins/util.js:566:30)
    at /Users/lchoudhary/.appcelerator/install/7.0.10-master.5/package/node_modules/appc-cli-titanium/plugins/new.js:919:14
    at fn (/Users/lchoudhary/.appcelerator/install/7.0.10-master.5/package/node_modules/async/lib/async.js:746:34)
    at /Users/lchoudhary/.appcelerator/install/7.0.10-master.5/package/node_modules/async/lib/async.js:1213:16
    at /Users/lchoudhary/.appcelerator/install/7.0.10-master.5/package/node_modules/async/lib/async.js:166:37
    at /Users/lchoudhary/.appcelerator/install/7.0.10-master.5/package/node_modules/async/lib/async.js:706:43
    at /Users/lchoudhary/.appcelerator/install/7.0.10-master.5/package/node_modules/async/lib/async.js:167:37
    at Immediate._onImmediate (/Users/lchoudhary/.appcelerator/install/7.0.10-master.5/package/node_modules/async/lib/async.js:1206:34)
2019-01-24T23:13:08.409Z | TRACE  | Sending exit signal to titanium process:  26973

Comments

  1. Gary Mathews 2019-01-28

    This is a minor issue as the ACA module cannot be obtained without the appropriate org entitlements. This is also related to https://techweb.axway.com/jira/browse/APPTS-10373 where the platforms need unifying into a single payload.
  2. Gary Mathews 2019-02-08

    aca: https://github.com/appcelerator-modules/appcelerator.aca/pull/15
  3. Lokesh Choudhary 2019-02-11

    PR Merged.
  4. Lokesh Choudhary 2019-02-11

    FR Passed. ACA min sdk is 8.0.0.
  5. Josh Longton 2019-02-12

    *Closing ticket as fixed,* The fix can be found in ACA version 1.0.1 and CLI 7.0.10-master.14

JSON Source