328 pages | ISBN 978-1-4302-7221-2
If you notice an error in the book, or just want to give some feedback, we'd love to hear from you.
Send us an email at feedback@learnxcodebook.com
Page 63. In the second paragraph, replace "Choose the iPhone OS section, then View-based application" with "Choose the iPhone OS section, then Utility Application".
Page 142. The text refers to clicking "Read More..." links in the Welcome to Xcode window. In fact the Xcode window user interface has changed and these links are no longer there. Instead, you can click on the icon or title for each of the three items.
Page 233 - 234. The bullet points at the bottom of page 233 and top of page 234 should actually be a table. It should look something like this:
| Line | Caller | Function | Path |
|---|---|---|---|
| 13 | +[NSFileWrapper(NSInternal) temporaryDirectoryURL ForWritingToURL:error:] |
mkdir | /private/var/folders/QW /QWESFte3FhWdBYEpGcMlAU+++TI /TemporaryItems/(A Document Being Saved By Text Pal) |
| 14 | -[NSFilesystemItemMove Operation main] |
rename | /private/var/folders/QW /QWESFte3FhWdBYEpGcMlAU+++TI /TemporaryItems/(A Document Being Saved By Text Pal)/Test file 1.txtp |
| 15 | +[NSFileWrapper(NSInternal) _removeTemporary DirectoryAtURL:] |
rmdir | /private/var/folders/QW /QWESFte3FhWdBYEpGcMlAU+++TI /TemporaryItems/(A Document Being Saved By Text Pal) |