[TIMOB-18126] LiveView: LiveView crashes
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2015-01-07T01:56:27.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | LiveView |
Labels | 3.5.0.Alpha, liveview, qe-3.5.0 |
Reporter | Fokke Zandbergen |
Assignee | Praveen Innamuri |
Created | 2014-12-02T19:18:18.000+0000 |
Updated | 2017-03-29T17:13:19.000+0000 |
Description
When you make a change to a file LiveView crashes the app giving a
(null)
error.
Error
See attachment for the red screen
[ERROR] Script Error {
[ERROR] }
Steps to reproduce
1.ti create -t app -p ios -n lv --id test.lv -d .
2. ti build -p ios --liveview
3. Make a change and hit save
4. Get error
Attachments
File | Date | Size |
---|---|---|
iOS Simulator Screen Shot 02 Dec 2014 20.16.42.png | 2014-12-02T19:18:18.000+0000 | 52498 |
I am able to reproduce the issue using: Mac OSX 10.10.1 Appcelerator Studio, build: 3.4.1.201410281743 Titanium SDK build: 3.5.0.v20141205112630 Titanium CLI, build: 3.4.1 LiveView 1.0.6 Alloy: 1.5.1 Xcode 6.1.1 iPhone 6 Plus (8.1), iPhone 6 Simulator (8.1) I am only able to reproduce the issue on my machine if I wait longer than 6 seconds before saving, when making a change and saving within under 6 seconds of the app booting previously I am unable to get the issue to reproduce.
I tried to create a template project (MasterDetail) using SDK 3.5.0.v20150106102524 and build with liveview, but could not reproduce the liveview crashing when file contents are changed. Discussed with Ewan, and he is not able to reproduce the issue using the latest SDK.
Verified fixed in 3.5.0.RC here as well.
Closing ticket as the issue cannot be reproduced.