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 0A8221814C for ; Fri, 2 Oct 2015 19:13:34 +0000 (UTC) Received: (qmail 13202 invoked by uid 500); 2 Oct 2015 19:13:27 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 13180 invoked by uid 500); 2 Oct 2015 19:13:27 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 13167 invoked by uid 99); 2 Oct 2015 19:13:27 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Oct 2015 19:13:27 +0000 Date: Fri, 2 Oct 2015 19:13:27 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-9719) Xcode build error in framework with CordovaLib as a dependency 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-9719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941587#comment-14941587 ] ASF GitHub Bot commented on CB-9719: ------------------------------------ Github user shazron commented on the pull request: https://github.com/apache/cordova-ios/pull/170#issuecomment-145129095 LGTM. However, the side effect of this is, if any modules use the module import syntax, ie `@import UIKit;` this might break I think, but the workaround there is to use the old import method, so its fine. The final fix would be to make CordovaLib as a module, but that's a lot more work potentially. > Xcode build error in framework with CordovaLib as a dependency > -------------------------------------------------------------- > > Key: CB-9719 > URL: https://issues.apache.org/jira/browse/CB-9719 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: Master > Reporter: Edna Morales > Labels: cordova-ios-4.0.x > > We have a .framework that depends on CordovaLib and has an import statement in one of our header files: > #import > We get an error when we build the application: > Include of non-modular header inside framework module 'IBMMobileFirstPlatformFoundationHybrid.WLCordovaAppDelegate' > I'm not getting an error with any other import statements like: > #import > If I change the project setting 'Enable Modules (C and Objective-C)' to No, the error goes away -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org