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 E675A200BBE for ; Fri, 28 Oct 2016 07:03:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E534D160B06; Fri, 28 Oct 2016 05:03:06 +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 42091160B01 for ; Fri, 28 Oct 2016 07:03:06 +0200 (CEST) Received: (qmail 16697 invoked by uid 500); 28 Oct 2016 05:03:00 -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 16677 invoked by uid 99); 28 Oct 2016 05:03:00 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Oct 2016 05:03:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DD499E0FA0; Fri, 28 Oct 2016 05:02:59 +0000 (UTC) From: puny-d To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-ios pull request #270: input file occurs error:[Creating an image fo... Content-Type: text/plain Date: Fri, 28 Oct 2016 05:02:59 +0000 (UTC) archived-at: Fri, 28 Oct 2016 05:03:07 -0000 GitHub user puny-d opened a pull request: https://github.com/apache/cordova-ios/pull/270 input file occurs error:[Creating an image format with an unknown type is an error] I have found the input[type='file'] can't get image on ios 10 with cordova. there is an error on Xcode: Creating an image format with an unknown type is an error. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/cordova-ios 4.3.x Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-ios/pull/270.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #270 ---- commit 9325db3bbe65a28bbe1ff2f9ac9a9501da751245 Author: Shazron Abdullah Date: 2016-10-22T06:21:11Z Update JS snapshot to version 4.3.0 (via coho) commit 4f7949d67f00f9faaa791d70c38ac996dad7b3dc Author: Shazron Abdullah Date: 2016-10-22T06:21:11Z Set VERSION to 4.3.0 (via coho) commit a59101beb15f11f52e0bf15d76be909209b3925e Author: Shazron Abdullah Date: 2016-10-22T08:13:07Z CB-9762 - Fix mobilespec 'cordova build' exception. Tested on mobilespec and a new project - 'cordova build' and 'cordova clean' on both. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org