From issues-return-92373-archive-asf-public=cust-asf.ponee.io@cordova.apache.org Wed Feb 7 03:10:05 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 35F6F180657 for ; Wed, 7 Feb 2018 03:10:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 25533160C46; Wed, 7 Feb 2018 02:10:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6A8DD160C45 for ; Wed, 7 Feb 2018 03:10:04 +0100 (CET) Received: (qmail 9931 invoked by uid 500); 7 Feb 2018 02:10:03 -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 9918 invoked by uid 99); 7 Feb 2018 02:10:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2018 02:10:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 0E7EA18032C for ; Wed, 7 Feb 2018 02:10:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.511 X-Spam-Level: X-Spam-Status: No, score=-109.511 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id nLdcy2-rtVuM for ; Wed, 7 Feb 2018 02:10:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D61BA5F230 for ; Wed, 7 Feb 2018 02:10:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 1158AE023D for ; Wed, 7 Feb 2018 02:10:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4899D21301 for ; Wed, 7 Feb 2018 02:10:00 +0000 (UTC) Date: Wed, 7 Feb 2018 02:10:00 +0000 (UTC) From: "Ilya Isupov (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CB-11893) CocoaPods support: Provide a way to add use_frameworks! on the Podfile 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-11893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16353350#comment-16353350 ] Ilya Isupov edited comment on CB-11893 at 2/7/18 2:09 AM: ---------------------------------------------------------- Hi [~shazron], But if I need to have a dependency on swift framework, is there any way to work around this issue and add use_frameworks! statement to podfile? In my case project builds correctly if I manually modify Podfile and install pods. Regarding this issue in general - I guess if plugin has swift dependency (for example PromiseKit in my case) and since requires use_frameworks! to present in podfile this might be nice to allow plugin to specify it. Maintainer of the plugin might explicitly state in documentation that plugin does such modification. Thank you! was (Author: swinx): Hi [~shazron], But if I need to have a dependency on swift framework, is there any way to work around this issue and add use_frameworks! statement to podfile? In my case project builds correctly if I manually modify Podfile and install pods. Regarding this issue in general - I guess if plugin has swift dependency and since requires use_frameworks! to present in podfile this might be nice to allow plugin to specify it. Maintainer of the plugin might explicitly state in documentation that plugin does such modification. Thank you! > CocoaPods support: Provide a way to add use_frameworks! on the Podfile > ---------------------------------------------------------------------- > > Key: CB-11893 > URL: https://issues.apache.org/jira/browse/CB-11893 > Project: Apache Cordova > Issue Type: New Feature > Components: cordova-ios > Reporter: jcesarmobile > Priority: Major > Labels: backlog > Fix For: cordova-ios@5.0.0 > > Attachments: Integrating Static Library With Cocoapods Use_frameworks.pdf > > > If the library you want to use on the plugin uses Swift or you want to use dynamic frameworks you have to add use_frameworks! on the Podfile > I don't think there is a way of adding it right now. > We should provide a way of adding it -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org