Lesson 13 of Module 6 from the iOS Foundations course of CodeWithChris covers the set-up of the onboarding screens, and also adds the “Location Denied” view for when the user denies location access to the app. The Little Bug … ah! After yesterday’s incomprehensible error message that required extensive debugging, […]
Debugging
3 posts
I’m old enough to recall the days when debugging a program meant deciphering an error message that looked something like this: Not very helpful. Zoom forwards 40 years to the “it just works” philosophy of Apple, and Xcode kindly displays an error message that reads thus: As the famous fictional […]
The Challenge so Far Continuing the Book Library wrap-up challenge, trying to get over the latest hurdle: Debugging – trying to figure out why my code that looks okay doesn’t want to show much other than the title. Must be something wrong with the JSON or the decoding. If I […]