-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vector - problem on IOS #12
Comments
BTW, it also works fine with array like: [Marshall (type="TestObject")] |
My guess would be that it's related to the way AS3 Vanilla determines Vector types at run-time in the
I don't have an iOS dev environment on this machine; any chance you could run the following code in release mode for me please?
Thanks. |
|
Hah - good old Adobe ;) I'm pretty busy today, so if you want this fixed upstream quick then please raise a pull request which check for either Thanks! :) |
Oh did you mean to emphasis AS3 to highlight it was missing the leading and trailing underscores, or did you not mean for that markdown to be applied? |
there is NO missing leading and trailling underscores. |
I've got the exact same problem. Can't seem to run my app on iOS without runtime problems. Any thoughts on how to fix this? |
In my case, I have narrowed the problem down to the Vanilla.extract() method which uses as3common-reflect's Type.forClass() method to instantiate a reflectionMap. When running on debug the lib works perfectly, populating the map's fields with valid parameters, but on release they are all undefined. Those parameters are used later on on the extraction, hence the runtine errors. if (!injectionMapCache[targetType]) Can't seem to find how to work around this issue, though. Any thoughts? |
+1 |
Sounds like an issue with as3common-reflect - have you tried updating to a On 27 January 2015 at 13:15, luciana00br [email protected] wrote:
|
I've tried compiling with v 1.6.2 but the issue remains. That lib's source code is showing some dependency problems, so bug tracking it's proving to be a little tricky. I'm still investigating, but any help would be much appreciated. |
Hi there,
I believe there is some bug that do not allow to extract Class with nested Vector.
Ths problem seems to happen only on IOS (and only in Release mode. On debug mode it works fine0
Check this sample:
Main Class
}
}
Test Class
Test Object
The text was updated successfully, but these errors were encountered: