@shazron Thanks for testing, and I am sorry to trouble you. This PR depends on PR apache/cordova-common#48. Therefore please change package.json as follows only for testing. ``` diff --git a/package.json b/package.json index 4ce47fc9..bc7cd729 100644 --- a/package.json +++ b/package.json @@ -51,12 +51,13 @@ }, "engineStrict": true, "dependencies": { - "cordova-common": "2.1.0", + "cordova-common": "https://github.com/cordova-develop/cordova-common.git#dev_improve_cocoapod_support", "ios-sim": "^6.1.2", "nopt": "^3.0.6", "plist": "^1.2.0", "q": "^1.4.1", "shelljs": "^0.5.3", + "unorm": "^1.4.1", "xcode": "^0.9.0", "xml-escape": "^1.1.0" }, ```
[ Full content available at: https://github.com/apache/cordova-ios/pull/405 ] This message was relayed via gitbox.apache.org for devnull@infra.apache.org