Error building iOS Framework: usr/local/bin/carthage: No such file or directory Error building iOS Framework: usr/local/bin/carthage: No such file or directory xcode xcode

Error building iOS Framework: usr/local/bin/carthage: No such file or directory


You have a build script in your project:

/usr/local/bin/carthage copy-frameworks

(Find it in Build Phases), but Carthage can not be found.

To fix this:

  • Make sure the script has a leading slash (/usr/... not usr/)

If this is not the issue: