[TIMOB-23208] CLI: Error when building for Windows Phone
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-04-20T23:56:21.000+0000 |
Affected Version/s | Release 5.2.0, Release 5.1.2 |
Fix Version/s | Release 5.3.0 |
Components | CLI |
Labels | qe-5.3.0 |
Reporter | Joe Finnigan |
Assignee | Chee Kiat Ng |
Created | 2016-02-24T13:22:25.000+0000 |
Updated | 2016-04-25T21:57:27.000+0000 |
Description
Project appears to successfully build but doesn't launch in the emulator, I get the same error when trying to build for device. This issue was here in 5.1.2 and now still in 5.2.0. However I used to be able to build fine and now getting this error.
[INFO] Copying results back to project build directory
[INFO] Finished building the application in 1m 30s 928ms
[INFO] Finished building the application in 1m 30s 938ms
[INFO] Installing and launching the application
[INFO] Project built successfully in 1m 31s 20ms
[WARN] error while updating tiapp data with appc platform:
[WARN] error while updating tiapp data with appc platform:
2016-02-24T11:33:32.675Z | ERROR | An uncaught exception was thrown!
Callback was already called.
2016-02-24T11:33:32.679Z | ERROR | Callback was already called.
Hello, Thanks for your report. What do you get when you run the app through terminal? Use below command and let us know. appc run -p windows -T wp-emulator Regards
PR here: https://github.com/appcelerator/appc-cli-titanium/pull/154 It looks like just a missing final callback for the first function in async.parallel. But I can't test as our windows system is not set up properly yet.
new PR here: https://github.com/appcelerator/appc-cli-titanium/pull/156
PR merged.
Verified as fixed, No error was shown When building. Tested on: Nokia Lumia 928 (8.1) Windows Simulator (8.1) Microsoft Lumia 640 (10) Windows Simulator (10) Windows 10 Ti SDK: 5.3.0.v20160421080259 Appc NPM: 4.2.5-3 App CLI: 5.3.0-36 Node v4.4.3 *Closing Ticket.*