For example, on page 79, the instructions are to “In ViewController.swift, add the following lines of code below super.viewDidLoad():" But super.viewDidLoad () isn't to be found in the contents area.
I started with the latest version of Xcode, 12.7. Then I noticed that the book was using a version 11 of Xcode, so I tried versions 11.7 and 11.2.1, but they weren't compatible either.
Can someone tell me what version of Xcode is compatible with the book I'm using?
Thank you
No worries. Everyone might make some mistakes. I first wrote "There is no Xcode 11.7", but actually there is, and I fixed it later.You are correct. I'm using Xcode version 12.3 Sorry.
It is hard to tell everything using sort of correct terms.I wasn't sure how to describe the listing of app steps, but I should have said "editor page".
When you feel you could not tell what you intended correctly, choosing terms from Xcode help page would help.
Seems I should use Editor area.
Seems you have created your project in a wrong way.Here is what I see
And I have noticed that the book does not illustrate how to create a project precisely.
A very bad description, especially for beginners -- the main target of the book.
You can send a feedback about the book being so unkind using Apples Feedback Assistant.
When you create a new project of iOS App, you see a sheet to input Product Name, and a few input items.
You need to choose the right options for each item to go on with the book.
Interface: Storyboard
Life Cycle: UIKit App Delegate (This is the only option when you choose Interface as Storyboard.)
Language: Swift