[TIMOB-6419] iOS: Drillbit 'app' failure (version truncation)
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2017-05-22T21:15:21.000+0000 |
| Affected Version/s | Release 1.8.0.1 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | core, tbs-1.8.2, tooling |
| Reporter | Stephen Tramer |
| Assignee | Eric Merriman |
| Created | 2011-12-01T14:14:31.000+0000 |
| Updated | 2017-06-05T23:09:41.000+0000 |
Description
Currently we have a drillbit failure in 'app' which indicates we may be truncating version information incorrectly:
test_custom_valuesfalse5should be: "1.0.1", was: "1.0"
Confirmed that this is a drillbit bug, and NOT an iOS bug; the correct tiapp.xml file isn't being transferred over to the harness (not sure why it is for Android). Can be postponed as a result.
Drillbit-only issue; not critical. Moving to next sprint.
Could be handled as part of TIMOB-6354; may even be the same issue.
Tracked it down so far to it being trying to generate /Volumes/Datums/CodeValhalla/Github/Mine/titanium_mobile/build/drillbit/Drillbit.app/Contents/tiapp_harness.xml [Error] Error rendering template: ReferenceError: Can't find variable: androidRuntime,line:32 The line right before this is drillbitmodule.js:234, and it's causing the copy of the new drillbit info to fail.
Resolving as "Won't Fix" as we no longer support Drillbit.