Previously, print() logs in a separate app’s window of Xcode worked well. Now the following (an example) no longer works:
print ("newRecordName is: (self.newRecordName)") print ("newPassword is: (self.newPassword)") print ("newUserName is: (self.newUsername)") print () print ("8. viewDidLoad()") print ()
The debug area is empty. I found no way to display the print output. Thanks for any help. Gerhard