Print errors in ePub 6 Edition that I am reading

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.

`debugPrint("Records updated \((batchResult.result as! NSArray).count)")`

@alokc83 Please check out the updated version of our book when you get a chance:

https://store.raywenderlich.com/products/core-data-by-tutorials

I hope it helps!

This topic was automatically closed after 166 days. New replies are no longer allowed.