Creating a shared unit test utils library with Xcode

This post is about how to create a library to contain your shared test utility code, so that multiple Xcode test targets can access it. I found this process surprisingly not straightforward, but I really needed it in Fluency, my Confluence editor mac app, so I decided to write about how to set it up. Enjoy!
You can find the post here.