Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 10C821853A for ; Tue, 21 Jul 2015 23:14:23 +0000 (UTC) Received: (qmail 54446 invoked by uid 500); 21 Jul 2015 23:14:22 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 54410 invoked by uid 500); 21 Jul 2015 23:14:22 -0000 Mailing-List: contact dev-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 dev@cordova.apache.org Received: (qmail 54389 invoked by uid 99); 21 Jul 2015 23:14:22 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2015 23:14:22 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 0D81C1A75D9 for ; Tue, 21 Jul 2015 23:14:22 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.901 X-Spam-Level: ** X-Spam-Status: No, score=2.901 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id Lm7t6GQaChKs for ; Tue, 21 Jul 2015 23:14:12 +0000 (UTC) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 3713734409 for ; Tue, 21 Jul 2015 23:14:10 +0000 (UTC) Received: by wibud3 with SMTP id ud3so146883373wib.0 for ; Tue, 21 Jul 2015 16:13:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=3hG5NQ5VdjC46fZlxjNr1tT3n9dv+3ZqhdPOEij0kYk=; b=WxifTmXvbJn0pED7Bb5TZhprKLKtAGpu8kQUujy4ZatUb1CCxLZWNNwvL8e2l/sK4q 7fDI8GwhglBpKZZ0keo3GMAnTMoYO9hKiJfBXX8G2PlHfw4ZUAuvGPB2IhyZyB/AzBw1 2IAH2Cjd22mCTaDF63W7gHH5ZsnacCoj66l0YGV6GDefMmywV69aTn2Jhih1GlA6VKWd vlfxMK0dcxXgUVCr1SdWcVDbLjNONQFU3Siz6ygHG1GL8d3vVbQ3SMxNbfHNIn/9TLyM dvmlZ/LsuIV92ZuEkDmdhvN6cUQw9jnapBPA6cxLN3xvddGZpmDCGeUvYx95zkCtbcqI U6Sw== X-Received: by 10.180.96.1 with SMTP id do1mr605871wib.37.1437520398638; Tue, 21 Jul 2015 16:13:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.169.66 with HTTP; Tue, 21 Jul 2015 16:12:39 -0700 (PDT) In-Reply-To: References: <45782BCC-115F-486E-BC56-DA6EEEDD9299@microsoft.com> From: Shazron Date: Tue, 21 Jul 2015 16:12:39 -0700 Message-ID: Subject: Re: [CI] iOS build breaking To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=f46d04447fc5b7e47b051b6acc5e --f46d04447fc5b7e47b051b6acc5e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable This is not true -- the v1.2.0 (latest) version of the camera plugin builds with cordova-ios 3.8.0 (released), it just won't build with cordova-ios master (by the time cordova-ios 4.0 is released, a new plugin release will be out with the required changes). The master version of the camera plugin builds with both cordova-ios 3.8.0 and cordova-ios master. I just tested and verified these scenarios. On Tue, Jul 21, 2015 at 10:55 AM, Nikhil Khandelwal wrote: > There is another JIRA that is needed, that the latest version of the > 'camera' plugin cannot work against released version of iOS. If that's by > design (which is breaking and unfortunate) - the plugin.xml needs to > specify that. > > Thanks, > Nikhil > > > -----Original Message----- > From: Dmitry Blotsky [mailto:dblotsky@microsoft.com] > Sent: Tuesday, July 21, 2015 1:58 AM > To: dev@cordova.apache.org > Subject: Re: [CI] iOS build breaking > > It seems that Mobilespec is using NPM plugins instead of the local ones: > https://ci.apache.org/builders/cordova-ios/builds/50/steps/creating-mobil= espec-app/logs/stdio. > And this is because =E2=80=98cordova plugin add=E2=80=99 is not respectin= g the > =E2=80=98--searchpath=E2=80=99 argument. Bug reopened: CB-8993. > > Any idea how this happened? Also, whoever fixes this should add tests for > it. > > Kindly, > Dmitry > > On Jul 18, 2015, at 1:27 AM, Shazron shazron@gmail.com>> wrote: > > Not sure what's going on here that line does not exist in master: > > https://github.com/apache/cordova-plugin-camera/blob/master/src/ios/CDVCa= mera.m#L23 > > I fixed this bug 23 days ago: > > https://github.com/apache/cordova-plugin-camera/commit/63110ea54c16d1e095= 8f0986b3d5a43b254df13a > > Perhaps the CI is getting the released version (r1.2.0) instead of master= ? > > > > On Fri, Jul 17, 2015 at 2:13 PM, Dmitry Blotsky > wrote: > > > > https://ci.apache.org/builders/cordova-ios/builds/36/steps/running-tests/= logs/stdio > > > CDVCamera.m:23:9: fatal error: 'Cordova/NSData+Base64.h' file not found > #import > ^ > 1 error generated. > > > Kindly, > Dmitry > > > --f46d04447fc5b7e47b051b6acc5e--