[TIMOB-18945] LiveView broken in 4.0.0
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2015-05-27T23:28:47.000+0000 |
Affected Version/s | Release 4.0.0 |
Fix Version/s | n/a |
Components | LiveView |
Labels | n/a |
Reporter | Alan Leard |
Assignee | Ingo Muschenetz |
Created | 2015-05-24T23:34:45.000+0000 |
Updated | 2017-03-22T20:47:23.000+0000 |
Description
When building an app with LiveView turned on, after a successful build, if I save a file in the project, the app does not rebuild to reflect those changes.
This is with an app that was originally built with the 3.5.1 SDK.
I believe this is a duplicate. [~pinnamuri]
As Ingo suggested, this could be a duplicate of TISTUD-4390. [~aleard] Can you verify whether paths.hooks contains liveview executable (using the command
appc ti config
) You can alternatively force to set the liveview path on terminal using:Here is my original ti config:
I then ran the following:
Then I reopened Appcelerator Studio, build: 4.0.0.201505202026, built an application with 4.0.0.GA with LiveView on, made a change to the code and saved the change and the application DID NOT reload as expected. I then checked the ti config again:
....paths.hooks has been cleared after opening Appcelerator Studio. I repeated and duplicated these steps twice.
Duplicate of TISTUD-4390
This is fixed in CLI 4.0.1 release.
The 4.0.1 release fixed it for me. [~sliang]
[~aleard], Cool thanks. Will try that
For the fix on Windows https://github.com/appcelerator/appc-cli/pull/174
Closing ticket as duplicate of the ticket that is mentioned above and has since been closed.