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
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
Simply cleaning build folder (Product -> Clean Build Folder) fixed the issue for me.
Slightly old question, but here is my fix for those who come later:
pod deintegrate
pod install
Always fixes this problem.