Your First iOS & SwiftUI App: An App from Scratch, Episode 24: Challenge: How to Calculate the Difference | Kodeco


This is a companion discussion topic for the original entry at https://www.kodeco.com/37086140-your-first-ios-swiftui-app-an-app-from-scratch/lessons/24
1 Like

why my default page is this. it is different with the course taught. what should i edit?

2 Likes

Apple released a newer testing framework called Swift Testing: Swift Testing - Xcode - Apple Developer

You can also apparently copy your XCTest tests in and it should work.

Alright so basically what we gotta do now is to read Apple’s new testing framework and figure out how to apply what is being taught in this class to the new testing framework? I guess I’m either going to sink or swim here. Really didn’t realize this course wasn’t updated and wasn’t getting continuous support.