Titanium JIRA Archive
Appcelerator Community (AC)

[AC-4972] Error: Assigning to rvalue after installing Hyperloop Module

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionFixed
Resolution Date2017-05-22T18:53:52.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
Reporterdbenhenni
AssigneeShak Hossain
Created2017-05-19T14:46:53.000+0000
Updated2017-05-22T18:53:52.000+0000

Description

Steps to Reproduce

I'm trying to setup hyperloop inside of my alloy project. After that I can't build my project. I receive the following error: [ERROR] : An error occurred during build after 48s 115ms [ERROR] : Assigning to rvalue (2684:63)

Actual Result

[ERROR] : An error occurred during build after 48s 115ms [ERROR] : Assigning to rvalue (2684:63)

Expected Result

no error

Attachments

FileDateSize
.log2017-05-19T14:46:57.000+00003800319
diagnostic5320298380023530125.log2017-05-19T14:47:06.000+0000154547

Comments

  1. Sharif AbuDarda 2017-05-19

    Hello, Can you provide a sample code that you ware testing? Thanks
  2. dbenhenni 2017-05-19

    I didn't even start doing any test. Just took my existing project, open tiapp.xml and add and enable the hyperloop module. Edit the xml file with the true property and saved it. After that trying to run my projects results in the above error message. After uninstall the hyperloop module my project starts without any error.
  3. dbenhenni 2017-05-22

    @Sharif AbuDarda I finally found the reason by try and error search. Inside of a Viewcontroller (I'm working with Alloy) I had a userdefined getValue-Function-Call and I had assigned a value to this functioncall: $.textfield.c_getValue = 0 Don't know why this did not crash without Hyperloop Module. I've already corrected the code and now the error message disappears. You can close this ticket.

JSON Source