This is my second post today. I feel that I would be finding more errors. So rather than making it for each error. I think I would make one topic and keep posting here. If anyone wanna correct them for a future edition
error #2
This is what is in the book:
“Set the new attribute’s name to, er, name and change its type to String:”
Where it should be:
Set the new attribute’s name to name and change its type to String.
@raywenderlich
In chap 4 where the batch update is being taught.
line: batchResult.result! doesn’t give the desired result Records updated 30 as it is an Array. It needs to be cast as array to get desired result.