How to Integrate Xcode Frameworks and CircleCI

Using Xcode Frameworks with macOS targets for fast test running and CI integration. Introduction When building software is a good idea to write tests. For the sake of simplicity (you’ll see why later), I’m going to put unit, integration and system tests into the same tests folder. We will leave end-to-end tests (e2e tests from now on) in a separate folder. Warning: This post was intended for Xcode 13.4.1 The idea of this post is to show how to:...

August 2, 2022 · 3 min