Cocoapods 1.0: "xcodeproj was renamed to `project`. Please use that from now on."
Looks to your Podfile. You have string like
xcodeproj 'MyProj/MyProj.xcodeproj'
just replace xcodeproj to project
project 'MyProj/MyProj.xcodeproj'
Looks to your Podfile. You have string like
xcodeproj 'MyProj/MyProj.xcodeproj'
just replace xcodeproj to project
project 'MyProj/MyProj.xcodeproj'