GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-10-27T03:37:34.000+0000 |
Affected Version/s | alloy 1.9.2 |
Fix Version/s | Release 6.0.0, Release 6.1.0 |
Components | Tooling |
Labels | qe-6.0.0 |
Reporter | kreutzer |
Assignee | Feon Sua Xin Miao |
Created | 2016-10-07T07:14:51.000+0000 |
Updated | 2016-10-27T20:22:17.000+0000 |
In the new version we found an error... We get a compiler error. This is caused in the XML file by
text="#js:dtgL('report46')"
Fun fact when i build the project via command line : ti build —platform ios
it works... so it has to be something in the Studio itsself
Hello, please share the full code of the xml file. We need to see where and how you are using the text property. Thanks.
I attached a complete example... I had to delete some icons because of the 10MB restriction.
My comment was invalid... i got a successfull build but can not install it on a device. Also the launch in simulator is not possible. When i use the verion 5.4.0 i am able to build, but not start When i use 5.5.1 the compiler is aborting the operation. :(
Did we make any progress on this? I am able to launch the simulator via terminal. But i need to profle my app to see the bottle necks in my app. Further i am not able to package my app into a new .ipa
Hi hope your all well. I need to make progress on this. I getting in real trouble if i can not deliver any app in the next days.
PR: https://github.com/appcelerator/alloy/pull/800 *To Test* 1. Create an app, update
index.xml
with<Label text="#js:dtgL('report46')"></Label>
2. Run the app, there should be no alloy compilation error.Might need to backport this for 6_0_X appc-cli.
For backport, we need to merge the PR then update app-cli.
ok PR merged :)
alloy@1.9.4 is included in 6.0.0-67.
Brilliant, but a small question how do i get the mentioned version?
[~kreutzer] that's a pre-release that will be released next monday (PST). It's coupled with the 6.0.0 RC release. you can get it by doing this in command line
appc use 6.0.0-67
by then. Or you can get the GA version when it's released later in November 10. you just have to doappc use latest
Verified as fixed; Special text is now parsed correctly and the app builds successfully. *ENV* {noformat} MacOS 10.12 android emulator (6.0, 4.4.2) Nexus 5X (6.0) Ti SDK 6.0.0.v20161026195651 Studio 4.7.1.201609100950 Appc NPM 4.2.8-9 Appc CLI 6.0.0-66 Alloy 1.9. Node 4.4.7 {noformat} *Closing*