iOS Apprentice v5.0 minor mistake

Hi,

I think the line below in MyLocations chapter in page 151:

let paths = FileManager.default.urlsForDirectory(.documentDirectory, inDomains: .userDomainMask)

has to change to:

let paths = FileManager.default.urls(for: .documentDirectory, in: .userDomainMask)

3 Likes

You are correct. Thanks for pointing this out! :smiley:

This hasn’t been updated yet

It should be updated in the latest download.