mockingbird icon indicating copy to clipboard operation
mockingbird copied to clipboard

Some way to generate the mocks in the structure base of a private pod.

Open asam139 opened this issue 4 years ago • 2 comments

New Issue Checklist

  • [x] I updated my Mockingbird framework and CLI to the latest version
  • [x] I searched for existing GitHub issues

Description

I would like some way to set the framework to generate the mocks. In the Cocoapod example project, the pod is installed as a framework so I was not able to generate the mocks using this amazing library.

Example

I can add the MyPod-Example target to generate the mocks. But I want to generate the mocks for MyPod.

If you create a template with pod lib create MyPod it is easy to have the environment of my case.

Thank you much!!! 😍

asam139 avatar Dec 04 '20 14:12 asam139

It’s possible to install Mockingbird onto the generated Pods project (you’ll need to do it as a post pod installaction). I’ll look into improving the docs around this, but the setup is basically the same as the one in the Readme if you’re using the CLI configurator.

andrewchang-bird avatar Dec 12 '20 21:12 andrewchang-bird

@asam139 @andrewchang-bird This worked fine, although I believe the .mockingbird-ignore is not being respected in this case, can you please verify?

vishal-i4gs avatar Jan 26 '21 10:01 vishal-i4gs