RACCommunity / Rex

ReactiveCocoa Extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

carthage bootstrap NSInvalidArgumentException

finneycanhelp opened this issue · comments

Using master, both "carthage bootstrap" and "carthage update" both yield the error:

uncaught exception 'NSInvalidArgumentException', reason: 'working directory doesn't exist.' 

It looks similar to Carthage/Carthage#745 However, changing the Cartfile to different things didn't help.

The Rex Cartfile is identical to something I am using for a private project and it works fine there. So, something deeper is happening here.

I think this would be fixed by Carthage/Carthage#925.