janpio commented on issue #523: With cordova-ios 5.0.0, phonegap-plugin-push cannot be added URL: https://github.com/apache/cordova-ios/issues/523#issuecomment-463365667 I can confirm the problem: ``` E:\Projects\throwaway λ cordova create pushIos5Repro Creating a new cordova project. E:\Projects\throwaway λ cd pushIos5Repro\ E:\Projects\throwaway\pushIos5Repro ([email protected]) λ cordova platform add [email protected] Using cordova-fetch for [email protected] Adding ios project... Creating Cordova project for the iOS platform: Path: platforms\ios Package: io.cordova.hellocordova Name: HelloCordova iOS project created with [email protected] Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to the project Installing "cordova-plugin-whitelist" for ios Adding cordova-plugin-whitelist to package.json Saved plugin info for "cordova-plugin-whitelist" to config.xml --save flag or autosave detected Saving ios@~5.0.0 into config.xml file ... E:\Projects\throwaway\pushIos5Repro ([email protected]) λ cordova plugin add phonegap-plugin-push Installing "phonegap-plugin-push" for ios "framework" tag with type "podspec" is deprecated and will be removed. Please use the "podspec" tag. Failed to install 'phonegap-plugin-push': Error: ENOENT: no such file or directory, open 'E:\Projects\throwaway\pushIos5Repro\platforms\ios\Pods\Pods.xcodeproj\project.pbxproj' at Object.openSync (fs.js:439:3) at Object.readFileSync (fs.js:344:35) at pbxProject.parseSync (E:\Projects\throwaway\pushIos5Repro\node_modules\xcode\lib\pbxProject.js:61:28) at Api.setSwiftVersionForCocoaPodsLibraries (E:\Projects\throwaway\pushIos5Repro\platforms\ios\cordova\Api.js:587:18) at E:\Projects\throwaway\pushIos5Repro\platforms\ios\cordova\Api.js:448:26 at _fulfilled (E:\Projects\throwaway\pushIos5Repro\node_modules\q\q.js:854:54) at E:\Projects\throwaway\pushIos5Repro\node_modules\q\q.js:883:30 at Promise.promise.promiseDispatch (E:\Projects\throwaway\pushIos5Repro\node_modules\q\q.js:816:13) at E:\Projects\throwaway\pushIos5Repro\node_modules\q\q.js:624:44 at runSingle (E:\Projects\throwaway\pushIos5Repro\node_modules\q\q.js:137:13) ENOENT: no such file or directory, open 'E:\Projects\throwaway\pushIos5Repro\platforms\ios\Pods\Pods.xcodeproj\project.pbxproj' ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
