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
Please check the path of the xcode project
project 'MyProject.xcodeproj'
Does your podfile and the 'MyProject.xcodeproj' are located on the same directory ? If so you can try removing the ligne above from your podfile
Open up terminal and run
pod deintegrate
This will remove all connections of pods and your project.
Then you can run
pod install
Try
pod repo update
pod install