XCode 8(Swift)控制台中没有打印输出

时间:2023-01-23 17:15:27

The question in the topic: Why no print output in Console using Simulator? Is it disabled or this is a bug?

主题中的问题:为什么在使用模拟器的控制台中没有打印输出?是禁用还是这是一个错误?

3 个解决方案

#1


29  

Try with this way

试试这种方式

View --> Debug Area --> Activate Console

查看 - >调试区 - >激活控制台

#2


8  

same answer as @Nazmul Hasan, but with an image to help others.

与@Nazmul Hasan相同的答案,但有一个图像,以帮助他人。

XCode 8(Swift)控制台中没有打印输出

#3


0  

I found that you could not type print("the data you want to print") in normal class with no type.

我发现你无法在没有类型的普通类中输入print(“你要打印的数据”)。

You need to type this code in general viewController, such as UIViewController or UITableViewController.

您需要在一般的viewController中键入此代码,例如UIViewController或UITableViewController。

#1


29  

Try with this way

试试这种方式

View --> Debug Area --> Activate Console

查看 - >调试区 - >激活控制台

#2


8  

same answer as @Nazmul Hasan, but with an image to help others.

与@Nazmul Hasan相同的答案,但有一个图像,以帮助他人。

XCode 8(Swift)控制台中没有打印输出

#3


0  

I found that you could not type print("the data you want to print") in normal class with no type.

我发现你无法在没有类型的普通类中输入print(“你要打印的数据”)。

You need to type this code in general viewController, such as UIViewController or UITableViewController.

您需要在一般的viewController中键入此代码,例如UIViewController或UITableViewController。