MacBook Air w Sequoia 15.3 failing to output in Debug Area with Swift

Hi Folks...

I’m 81 and trying to learn Swift. I taught programming 40 years ago but haven’t coded for over 20 years. As you can see in the subject line, I’m running Sequoia 15.3 on a MacBook Air and learning and running code samples from “IOS 18 Programming for Beginners” by Ahmad Sahar.

When I run the code samples, the variable settings show up in the Debug area but none of the output even though Sahar’s book states that it should.

I’m wondering if I’m doing some stupid newbie thing or if it might be a bug? Anyone seen this one?

Accepted Answer

The most likely cause of this problem is that the console area is hidden. To fix that, choose View > Debug Areas > Activate Console.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

MacBook Air w Sequoia 15.3 failing to output in Debug Area with Swift
 
 
Q