Ionic - Add/Remove phonegap-push-plugin - CocoaPods was not found

前端 未结 3 1214
感动是毒
感动是毒 2021-02-01 03:05

I\'m writing an Ionic app but I\'m getting so many issues. One issue in particular is that when I try to add the phonegap-push-plugin using the command

sudo ioni         


        
3条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-01 03:29

    Try without "sudo": cordova plugin add phonegap-plugin-push --variable SENDER_ID="XXXXXXX"

    More information : here

提交回复
热议问题