Xcode 8 (Swift) No print output in Console Xcode 8 (Swift) No print output in Console xcode xcode

Xcode 8 (Swift) No print output in Console


Try with this way

View --> Debug Area --> Activate Console


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

enter image description here


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

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