jeffh / Fox

Property Based Testing Library for Objective-C and Swift. QuickCheck for Apple's Platforms.
http://fox-testing.rtfd.org
Other
624 stars 30 forks source link

Add documentation to getting set up with Carthage #36

Open jeffh opened 9 years ago

jeffh commented 9 years ago

This requires updating the README and the documentation installation.rst.

loufranco commented 9 years ago

I tried what I thought would be the normal way to install via Carthage and it didn't build for me (master or v1.0.1). The problem was that it reported: Missing extension: public.vcs.subversion

I have installed other Carthage packages, so not sure if there is a dependency on subversion in the project file or why this happened yet (will investigate later)

jeffh commented 9 years ago

I don't recall having any dependencies on subversion. I don't know if there's something Xcode might add implicitly. I haven't really used Carthage, so I can't really say how to use to :cry:.