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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -