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 E6C9D200B6F for ; Wed, 10 Aug 2016 00:38:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E556B160AAD; Tue, 9 Aug 2016 22:38:51 +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 37E62160AA5 for ; Wed, 10 Aug 2016 00:38:51 +0200 (CEST) Received: (qmail 49281 invoked by uid 500); 9 Aug 2016 22:38:50 -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 49265 invoked by uid 99); 9 Aug 2016 22:38:50 -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; Tue, 09 Aug 2016 22:38:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EEA46DFE2E; Tue, 9 Aug 2016 22:38:49 +0000 (UTC) From: shazron To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org References: In-Reply-To: Subject: [GitHub] cordova-ios issue #234: CB-9825 cocoapod integration for plugins Content-Type: text/plain Message-Id: <20160809223849.EEA46DFE2E@git1-us-west.apache.org> Date: Tue, 9 Aug 2016 22:38:49 +0000 (UTC) archived-at: Tue, 09 Aug 2016 22:38:52 -0000 Github user shazron commented on the issue: https://github.com/apache/cordova-ios/pull/234 Tests fail. I cloned cordova-ios, applied the PR patch, npm install then npm test. Perhaps you forgot to check in `tests/spec/unit/fixtures/testProj/platforms/ios/Podfile`? Log: ``` Failures: 1) installPodSync writes to the Podfile via fs.writeFileSync Message: Error: ENOENT: no such file or directory, open '/Users/shaz/Desktop/cordova-ios/tests/spec/unit/fixtures/testProj/platforms/ios/Podfile' Stacktrace: Error: ENOENT: no such file or directory, open '/Users/shaz/Desktop/cordova-ios/tests/spec/unit/fixtures/testProj/platforms/ios/Podfile' at Error (native) at Object.fs.openSync (fs.js:634:18) at Object.fs.readFileSync (fs.js:502:33) at editPodfileSync (/Users/shaz/Desktop/cordova-ios/bin/templates/scripts/cordova/lib/podMod.js:33:30) at Object.installPodSync (/Users/shaz/Desktop/cordova-ios/bin/templates/scripts/cordova/lib/podMod.js:126:25) at . (/Users/shaz/Desktop/cordova-ios/tests/spec/unit/podMod.spec.js:43:10) at tryOnTimeout (timers.js:224:11) at Timer.listOnTimeout (timers.js:198:5) 2) uninstallPodSync removes pod from Podfile Message: Error: ENOENT: no such file or directory, open '/Users/shaz/Desktop/cordova-ios/tests/spec/unit/fixtures/testProj/platforms/ios/Podfile' Stacktrace: Error: ENOENT: no such file or directory, open '/Users/shaz/Desktop/cordova-ios/tests/spec/unit/fixtures/testProj/platforms/ios/Podfile' at Error (native) at Object.fs.openSync (fs.js:634:18) at Object.fs.readFileSync (fs.js:502:33) at editPodfileSync (/Users/shaz/Desktop/cordova-ios/bin/templates/scripts/cordova/lib/podMod.js:33:30) at Object.uninstallPodSync (/Users/shaz/Desktop/cordova-ios/bin/templates/scripts/cordova/lib/podMod.js:140:25) at . (/Users/shaz/Desktop/cordova-ios/tests/spec/unit/podMod.spec.js:59:10) at tryOnTimeout (timers.js:224:11) at Timer.listOnTimeout (timers.js:198:5) ``` --- 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