Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 373CD9300 for ; Fri, 24 May 2013 19:53:22 +0000 (UTC) Received: (qmail 92695 invoked by uid 500); 24 May 2013 19:53:22 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 92619 invoked by uid 500); 24 May 2013 19:53:21 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 92554 invoked by uid 99); 24 May 2013 19:53:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 May 2013 19:53:21 +0000 Date: Fri, 24 May 2013 19:53:21 +0000 (UTC) From: "Song Zheng (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-3458) requiring all_load linker flag is bad practice and breaks other SDKs with Objective-C categories MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-3458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13666608#comment-13666608 ] Song Zheng commented on CB-3458: -------------------------------- Pull request sent: https://github.com/apache/cordova-ios/pull/53 > requiring all_load linker flag is bad practice and breaks other SDKs with Objective-C categories > ------------------------------------------------------------------------------------------------ > > Key: CB-3458 > URL: https://issues.apache.org/jira/browse/CB-3458 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 2.7.0 > Reporter: Song Zheng > Assignee: Shazron Abdullah > Labels: flags, ios > Fix For: 2.8.0 > > Original Estimate: 24h > Remaining Estimate: 24h > > all_load is bad practice and breaks other SDKs with Objective-C categories. Here is a description of the problem and why all-load is bad: > http://stackoverflow.com/questions/2906147/what-does-the-all-load-linker-flag-do > Simple solution: use force_load instead, simple fix! > With a requirement on all_load linker flag, integrating Cordova with other SDKs will result in duplicate symbol errors. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira