Yes, the packaing time is increased, but in my case I also get an unusual
error. It looks like code generating issue due to Android variant work well.
I have a project that consists of many swfs containing resources and a bit
of AS code. I pack them using adt to make it possible to load them later.
After I moved to air16 (from air15) I encountered a runtime error:
[Fault] exception, information=ReferenceError: Error #1074: Illegal write to
read-only property AGENT_CLASS on class
game.agents.presentation.lines.AgentLinesSimplePresentation.
Where AGENT_CLASS is the static constant defined like that.
public class AgentLinesSimplePresentation extends AgentPresentationBase
{
static public const AGENT_CLASS: Class = AgentLinesSimplePresentation;
....
}
useLegacyAOT=no/yes doesn't matter.
The stack top is
air16-crush-stack-trace.png
<http://apache-flex-users.2333346.n4.nabble.com/file/n9478/air16-crush-stack-trace.png>
What is this and how to avoid?
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/AIR16-iOS-packaging-tp9475p9478.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.