Adding a Swift Package in Xcode

Introduction Adding a Swift Package in Xcode is an extremely easy process and you'll explore that in this article. Swift Pa...

  • Xcode
  • 9 May, 2022
  • 14 min read

Run Tests Without Compiling

CMD + U You'll be very familiar with the keyboard shortcut above (Run all your tests). CMD + CTRL + U Have you ever thou...

  • Xcode
  • 22 November, 2021
  • 2 min read

Creating Test Plans in Xcode

In Xcode 11, Apple introduced Test Plans, which is a way to group both Unit & UI tests to perform. Prior to Test Plans you co...

  • Xcode
  • 18 November, 2021
  • 20 min read