Tag: xcode
-
Quick Tip: Running tests repeatedly in Xcode
Making flaky tests fail Have you ever had a flaky test in your codebase? I did. Let me tell you, it isn’t enjoyable. The main problem is (who would have thought it?) the flakiness. It fails randomly on the CI, but if you run it locally, everything seems fine. A simple “Works on my machine” sounds tempting,…
-
Let’s Talk about Xcode
Those who follow me on Twitter know that I switched from .NET development to iOS development in October 2021. My employer made this switch possible. So I was able to work on my personal development without changing my employer. Thank you for that, dear Parship Group. App development is cool. I enjoy building a product that…