The print function does not appear at the bottom of the Xcode screen.

Asked 2 years ago, Updated 2 years ago, 42 views

When I entered the print function the other day, it happened that it was not displayed at the bottom of the Xcode screen.
There is no problem with the code, and when I set the path with swift, I used print to check the storage location and used it to display the results of the calculation, but why did it suddenly disappear?
If anyone knows the cause, please let me know.

Additional
"When I selected ""Activate Console"", the following items appeared, and there was no path or numerical value for the printed part." AuthenticationSystem [16949:3264446] Unknown class_TtC20 AuthenticationSystem14 ViewController in Interface Builder file.

swift xcode

2022-09-30 19:23

1 Answers

Assuming that there is no problem with the code, does it mean that the console area is not displayed?

If that's the reason, I think it will appear when you run the print function again after selecting Activate Console from Debug Area on the View menu in Xcode.


2022-09-30 19:23

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.