Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix -resources.sh: line 7: realpath: command not found in Xcode

I'm setting up a new project with pods. Where do I need to set the path for below error

-resources.sh: line 7: realpath: command not found
like image 610
balusu Avatar asked Jun 12 '19 09:06

balusu


2 Answers

If you have Homebrew you can fix this with brew install coreutils

like image 155
Daniel Garmoshka Avatar answered Sep 21 '22 04:09

Daniel Garmoshka


Simply cleaning build folder (Product -> Clean Build Folder) fixed the issue for me.

like image 28
Lveecode Avatar answered Sep 17 '22 04:09

Lveecode