seanhenry / SwiftMockGeneratorForXcode

An Xcode extension (plugin) to generate Swift test doubles automatically.
MIT License
748 stars 47 forks source link

Cannot compile because of missing private framework `SwiftToolkit` #55

Open axello opened 2 years ago

axello commented 2 years ago

I cloned the repo, because we want less properties in our created spies. When I try to compile it misses several libraries:

Also, the Makefile refers to a non-existent git repo: bitbucket.org:seanhenry/swift-toolkit.git

This makes it impossible/hard to compile the code.

Perhaps provide a disclaimer that it is not possible to compile working code without access to this hidden repo?