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
#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
#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。