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 EADBA1845D for ; Mon, 22 Jun 2015 20:20:48 +0000 (UTC) Received: (qmail 31022 invoked by uid 500); 22 Jun 2015 20:20:48 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 30979 invoked by uid 500); 22 Jun 2015 20:20:48 -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 30967 invoked by uid 99); 22 Jun 2015 20:20:48 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2015 20:20:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id C9CF3CF80C for ; Mon, 22 Jun 2015 20:20:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4 X-Spam-Level: **** X-Spam-Status: No, score=4 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, TRACKER_ID=1.102] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id KyzftTUyWY7k for ; Mon, 22 Jun 2015 20:20:47 +0000 (UTC) Received: from mail-qk0-f175.google.com (mail-qk0-f175.google.com [209.85.220.175]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id B101121F26 for ; Mon, 22 Jun 2015 20:20:46 +0000 (UTC) Received: by qkbp125 with SMTP id p125so102335220qkb.2 for ; Mon, 22 Jun 2015 13:20:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=crQFbQv8aTheKEk6DMqn+Vi0HzMKsNdaCXcNOna2eGw=; b=ejgXuYQX2tZqKze070ibK3DV3ivB0Fgax4CjVyVsuN1xKkmXVFAnp5kP8fp8eZI9WG 7wtXepEuSRv6NcMjBQwiL7dFA5kSYUiDiIeZ94wL5nAdYJZ+3lpwcTrSeKM6LbTwb3IL Bi7dZt8gHgIMH1aG5L6W1XcZrywdNC9AFMYWOXgSY2V/lUbehqJu+65tjh6ElSNYPp7a 25d+QM67htLGGh9pXqJUPY/PJgR8R+16b/Ma3oWvQWadlmmref3XfvhUaLRcJsjZYy8+ rN9eOZiS/8BTvqqSPAJ5SdXpIRM7L2U+HLFHGFNJfqMAYabdjU9BwEX69p7dziyLe1x4 9N0w== MIME-Version: 1.0 X-Received: by 10.140.148.144 with SMTP id 138mr40973614qhu.60.1435004445954; Mon, 22 Jun 2015 13:20:45 -0700 (PDT) Received: by 10.140.82.42 with HTTP; Mon, 22 Jun 2015 13:20:45 -0700 (PDT) In-Reply-To: <81841057-9FF6-498B-802F-43E8A688E88A@gmail.com> References: <81841057-9FF6-498B-802F-43E8A688E88A@gmail.com> Date: Mon, 22 Jun 2015 22:20:45 +0200 Message-ID: Subject: Re: Cordova plugin Errors From: julio cesar sanchez To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=001a1136e89a4098490519210287 --001a1136e89a4098490519210287 Content-Type: text/plain; charset=UTF-8 They seem like warnings, not errors, does the app work? 2015-06-22 11:24 GMT+02:00 SiShop S&T : > Hi > > With latest version of cordova for iOS build there are errors in plugin > > cordova-plugin-statusbar and cordova-plugin-media-capture > > /Users/sishopsnt/Projekti/quicka/platforms/ios/QuickA/Plugins/cordova-plugin-statusbar/CDVStatusBar.m:182:40: > warning: > implicit conversion from enumeration type 'UIInterfaceOrientation' > (aka > 'enum UIInterfaceOrientation') to different enumeration type > 'UIDeviceOrientation' (aka 'enum UIDeviceOrientation') > [-Wenum-conversion] > if (UIDeviceOrientationIsLandscape(orientation) && (rect.size.width ... > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~ > /Users/sishopsnt/Projekti/quicka/platforms/ios/QuickA/Plugins/cordova-plugin-statusbar/CDVStatusBar.m:204:44: > warning: > implicit conversion from enumeration type 'UIInterfaceOrientation' > (aka > 'enum UIInterfaceOrientation') to different enumeration type > 'UIDeviceOrientation' (aka 'enum UIDeviceOrientation') > [-Wenum-conversion] > > ...(UIDeviceOrientationIsLandscape(self.viewController.interfaceOrientation... > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > /Users/sishopsnt/Projekti/quicka/platforms/ios/QuickA/Plugins/cordova-plugin-statusbar/CDVStatusBar.m:373:52: > warning: > implicit conversion from enumeration type 'UIInterfaceOrientation' > (aka > 'enum UIInterfaceOrientation') to different enumeration type > 'UIDeviceOrientation' (aka 'enum UIDeviceOrientation') > [-Wenum-conversion] > > ...(UIDeviceOrientationIsLandscape(self.viewController.interfaceOrientation... > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 3 warnings generated. > > cordova-plugin-media-capture > > /Users/sishopsnt/Projekti/quicka/platforms/ios/QuickA/Plugins/cordova-plugin-media-capture/CDVCapture.m:819:60: > warning: > comparison of address of 'UIAccessibilityAnnouncementNotification' > not > equal to a null pointer is always true > [-Wtautological-pointer-compare] > ...= (&UIAccessibilityAnnouncementNotification != NULL); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ > 1 warning generated. --001a1136e89a4098490519210287--