Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6CF682009F3 for ; Sat, 4 Jun 2016 08:33:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6B9C4160A26; Sat, 4 Jun 2016 06:33:01 +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 78CBC160A1E for ; Sat, 4 Jun 2016 08:33:00 +0200 (CEST) Received: (qmail 44467 invoked by uid 500); 4 Jun 2016 06:32:59 -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 44454 invoked by uid 99); 4 Jun 2016 06:32:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jun 2016 06:32:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 22C2F2C044E for ; Sat, 4 Jun 2016 06:32:59 +0000 (UTC) Date: Sat, 4 Jun 2016 06:32:59 +0000 (UTC) From: "Michael Schmidt (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-11376) iOS: CameraUsesGeolocation=true throws "Invalid callback id received by sendPluginResult" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 04 Jun 2016 06:33:01 -0000 Michael Schmidt created CB-11376: ------------------------------------ Summary: iOS: CameraUsesGeolocation=true throws "Invalid callback id received by sendPluginResult" Key: CB-11376 URL: https://issues.apache.org/jira/browse/CB-11376 Project: Apache Cordova Issue Type: Bug Components: Plugin Camera Affects Versions: 2.2.0 Environment: cordova 6.1.0 cordova-plugin-camera 2.2.0 iOS 9.3.2 Reporter: Michael Schmidt Priority: Critical iOS: CameraUsesGeolocation=true throws "Invalid callback id received by sendPluginResult" situation: setting the geolocation to true: ``` ``` problem: creates the following error message: ``` Invalid callback id received by sendPluginResult ``` stacktrace: ``` ( 0 CordovaApp 0x00000001001259b4 -[CDVCommandDelegateImpl sendPluginResult:callbackId:] + 208 1 CordovaApp 0x00000001000f1eb0 -[CDVCamera imagePickerControllerReturnImageResult] + 1616 2 CordovaApp 0x00000001000f16bc -[CDVCamera locationManager:didUpdateToLocation:fromLocation:] + 1984 3 CoreLocation 0x00000001890c4a14 CLClientGetCapabilities + 22184 4 CoreLocation 0x00000001890c0aac CLClientGetCapabilities + 5952 5 CoreLocation 0x00000001890bae48 CLClientInvalidate + 880 6 CoreFoundation 0x0000000182320f84 + 20 7 CoreFoundation 0x00000001823208bc + 308 8 CoreFoundation 0x000000018231ed04 + 1960 9 CoreFoundation 0x0000000182248c50 CFRunLoopRunSpecific + 384 10 GraphicsServices 0x0000000183b30088 GSEventRunModal + 180 11 UIKit 0x0000000187532088 UIApplicationMain + 204 12 CordovaApp 0x00000001000e97bc main + 76 13 libdyld.dylib 0x0000000181de68b8 + 4 ) ``` -- 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