seanhenry / SwiftMockGeneratorForXcode

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

Mojave and Xcode 11.3 Support #36

Closed agprateek16 closed 3 years ago

agprateek16 commented 4 years ago

Hi, The current version is not compatible with Xcode 11.3 and Mojave. Can you please direct me to a version which supports this configuration.

seanhenry commented 4 years ago

Hello @agprateek16

Thanks for raising the issue. There aren't any builds compatible with Xcode 11.3 and Mojave. The only Mojave compatible builds work with Xcode 10.

If you can't update to Catalina, I will try to make a build for you if you are happy to test that it works and feed it back to me so I can make a release. Are you happy to do that?

agprateek16 commented 4 years ago

Yes. I am more than willing to trying out the build.

seanhenry commented 4 years ago

Great! You can download the build here.

If it works for you then I will publish an official release. Thanks for your help!