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 899BE175FE for ; Wed, 25 Feb 2015 10:59:24 +0000 (UTC) Received: (qmail 91653 invoked by uid 500); 25 Feb 2015 10:59:24 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 91620 invoked by uid 500); 25 Feb 2015 10:59:24 -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 Received: (qmail 91609 invoked by uid 99); 25 Feb 2015 10:59:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Feb 2015 10:59:23 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=URI_HEX X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [162.253.133.43] (HELO mwork.nabble.com) (162.253.133.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Feb 2015 10:59:18 +0000 Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id 6ED8814F8A43 for ; Wed, 25 Feb 2015 02:57:39 -0800 (PST) Date: Wed, 25 Feb 2015 02:50:07 -0800 (PST) From: PageconErb To: users@flex.apache.org Message-ID: <1424861407254-9670.post@n4.nabble.com> Subject: Critical Error while compiling with AIR16 (*.ipa export) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Problem Description: Hey, my application crashed while compiling with AIR16. (Flex 4.13.0-AIR 16.0) With AIR15 it works well. First I thougt, the reason might be the included ANE, but it isnt. The ANE works fine with another project. In fact other projects also work with AIR16. The project works fine in the Simulator without any crashes or compile errors! Any ideas? *Actual Result:* *Flex 4.13.0-AIR 16.0:* Error occurred while packaging the application: Undefined symbols for architecture armv7: "_traits:AOTBuildOutput-0000000101_6:234::Span", referenced from: _AOTBuildOutput-0000000101_6:9729:Edge in AOTBuildOutput-0000000101_6.o "_traits:AOTBuildOutput-0000000101_6:234::Edge", referenced from: _AOTBuildOutput-0000000101_6:9706:flashx.textLayout.compose::Parcel/allocateEdge in AOTBuildOutput-0000000101_6.o "_traits:AOTBuildOutput-0000000100_5:18::LocaleID", referenced from: _AOTBuildOutput-0000000100_5:265:mx.resources::LocaleSorter$/sortLocalesByPreference in AOTBuildOutput-0000000100_5.o ld: symbol(s) not found for architecture armv7 Compilation failed while executing : ld64 *Flex 4.14.0-AIR 16.0:* Error occurred while packaging the application: Undefined symbols for architecture armv7: "_traits:AOTBuildOutput-0000000101_6:248::Span", referenced from: _AOTBuildOutput-0000000101_6:11261:Edge in AOTBuildOutput-0000000101_6_1.o "_traits:AOTBuildOutput-0000000101_6:248::Edge", referenced from: _AOTBuildOutput-0000000101_6:11238:flashx.textLayout.compose::Parcel/allocateEdge in AOTBuildOutput-0000000101_6_1.o "_traits:AOTBuildOutput-0000000101_6:207::CellCoords", referenced from: _AOTBuildOutput-0000000101_6:8073:flashx.textLayout.elements::TableElement/normalizeCells in AOTBuildOutput-0000000101_6.o _AOTBuildOutput-0000000101_6:8072:flashx.textLayout.elements::TableElement/getBlockedCoor ds in AOTBuildOutput-0000000101_6.o "_traits:AOTBuildOutput-0000000100_5:18::LocaleID", referenced from: _AOTBuildOutput-0000000100_5:340:mx.resources::LocaleSorter$/sortLocalesByPreference in AOTBuildOutput-0000000100_5.o ld: symbol(s) not found for architecture armv7 Compilation failed while executing : ld64 We've built a lot of testapps including the same components and libraries as in this app, but we are not able to reproduce this crash in other projects. -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Critical-Error-while-compiling-with-AIR16-ipa-export-tp9670.html Sent from the Apache Flex Users mailing list archive at Nabble.com.