typealiased / mockingbird

A Swifty mocking framework for Swift and Objective-C.

Home Page:https://mockingbirdswift.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I use MockingBird with a third-party library

Pante opened this issue · comments

Firstly, I apologize if this isn't the correct place to ask for help, but I've been stuck trying to get MockingBird working with a third-party library installed via Cocoapods. I followed the instructions in the readme (for Cocoapods) until this installation step, mockingbird install --target MyAppTests --sources MyApp FirebaseAuth. Every time I try to run this command, it returns error: malformedConfiguration(description: "Unable to find source target named \'FirebaseAuth\'") I'm fairly new to the Swift so yeah 😅.

My bad, I didn't see this page on mocking external types.