objective c - Cocoapods build phase errors -
when creating new xcode-project using cocoapods , creating xcworkspace-file using "pod install", cocoapods adds build phases, including script check manifest.lock.
when building app, build phase fails build. error:
line 2: diff: command not found line 4: cat: command not found also when executing pods-resources.sh -script, build fails on executing "rsync"-command, saying cannot find command.
any suggestions on how make work? $path-variable states /usr/bin:/bin:/usr/sbin:/sbin statements.
if had tried "pod install" , returned error ".cocoapods/repos (errno::enoent)", might need "pod setup" first , "pod install" again.
Comments
Post a Comment