Ionic 3 - xcode error with cocoapods

后端 未结 3 2014
北海茫月
北海茫月 2021-02-04 00:32

I try to build an ionic 3 app with push notification and I have some problem with iOS deployment.

I have this 3 error in xcode :

diff: /Podfile.lock: N         


        
3条回答
  •  無奈伤痛
    2021-02-04 01:03

    Open up terminal and run

    pod deintegrate
    

    This will remove all connections of pods and your project.

    Then you can run

    pod install
    

提交回复
热议问题