AI-Assisted Development for iOS

Jul 18 2025 · Swift 6.1, iOS 18, Xcode 16.3

Lesson 04: Getting Started with Claude Code

Fixing the Weather API

Episode complete

Play next episode

Next

Heads up... You’re accessing parts of this content for free, with some sections shown as obfuscated text.

Heads up... You’re accessing parts of this content for free, with some sections shown as obfuscated text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

Now that we’ve got Claude going, let’s see if we can get it to fix this particularly gnarly and annoying bug that we have with the app, in that the API request is always returning null, and hence it looks a bit like this. And it does not tell us what yesterday’s weather looks like at all.

See forum comments
Cinema mode Download course materials from Github
Previous: Debugging Next: Testing