You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/02/13 20:54:47 UTC

[GitHub] janpio edited a comment on issue #523: With cordova-ios 5.0.0, phonegap-plugin-push cannot be added

janpio edited a comment 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  (helloworld@1.0.0)
   λ cordova platform add ios@5.0.0
   Using cordova-fetch for cordova-ios@5.0.0
   Adding ios project...
   Creating Cordova project for the iOS platform:
           Path: platforms\ios
           Package: io.cordova.hellocordova
           Name: HelloCordova
   iOS project created with cordova-ios@5.0.0
   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  (helloworld@1.0.0)
   λ 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'
   ```
   
   (Similar version setup as @martispaul)

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org