Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B34A2172A7 for ; Wed, 28 Jan 2015 18:12:55 +0000 (UTC) Received: (qmail 59884 invoked by uid 500); 28 Jan 2015 18:12:55 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 59861 invoked by uid 500); 28 Jan 2015 18:12:55 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Delivered-To: moderator for users@flex.apache.org Received: (qmail 46615 invoked by uid 99); 28 Jan 2015 18:10:50 -0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of workingfenix@gmail.com does not designate 162.253.133.43 as permitted sender) Date: Wed, 28 Jan 2015 10:06:06 -0800 (PST) From: 4xy To: users@flex.apache.org Message-ID: <1422468366859-9478.post@n4.nabble.com> In-Reply-To: <54C7CA99.4080600@leeburrows.com> References: <54C7CA99.4080600@leeburrows.com> Subject: Re: AIR16 iOS packaging MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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 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.