[TIMOB-26987] iOS: ACA module is crashing with iOS 12 and later
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | None |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2019-04-19T23:48:43.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Fazlul Haque |
| Assignee | Gary Mathews |
| Created | 2019-04-17T18:48:53.000+0000 |
| Updated | 2019-04-19T23:48:43.000+0000 |
Description
Hello,
Just added the following line of code against a button click. When I clicked on, the app suddenly closed. We have attached the crash log on the attachment file.
function doClick(e) {
const aca = require('com.appcelerator.aca');
aca.setUsername("Testing");
}
$.index.open();
*Tested this issue on with this environment:*
Ti SDK 8.0.0.GA
ACA v1.0.3
iOS device: iPhone 5s (12.2)
Please let us know if you need any more information.
Thanks
Attachments
| File | Date | Size |
|---|---|---|
| iOS12-2 18-4-19 12-46 AM.crash | 2019-04-17T18:46:03.000+0000 | 63952 |
aca: https://github.com/appcelerator-modules/appcelerator.aca/pull/18 1.1.0: https://github.com/appcelerator-modules/appcelerator.aca/releases/tag/1.1.0
FR Passed.