Xcode project has a hardcoded path for the Carthage location, causing a build failure if carthage is installed at a different location:
line 2: /usr/local/bin/carthage: No such file or directory
P.S. I am sorry for not sending a PR for this, cannot do it at the moment.
Xcode project has a hardcoded path for the Carthage location, causing a build failure if
carthage
is installed at a different location:line 2: /usr/local/bin/carthage: No such file or directory
P.S. I am sorry for not sending a PR for this, cannot do it at the moment.