Keyboard does not appear on Xcode 12

Hello everyone

I am a beginner and I have been following some online tutorials to build a simple app. The tutorial shows Xcode 11 and I am using Xcode 12.

The app is supposed to have a (decimal) keyboard attached to the UITextfield and even though it worked at first, now it doesn't bring the keyboard but still brings the button I had attached over it.

I receive this build time error

"Showing Recent Messages

Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the WS editor."

And also this "libsystemkernel.dylib`machmsg_trap:"

I am not sure what the problem can be or if these error messages are related to it but wanted to ask about the possible problem in this case. I would really appreciate your help.

Thank you!


Answered by laura_b in 646822022
Okay I found the solution. Apparently it was about the simulator device. The example I followed didn't support keyboard for the device I selected but then when I tried running it on another device it worked as expected. Just leaving this answer here maybe it helps other newbies like me :)
Accepted Answer
Okay I found the solution. Apparently it was about the simulator device. The example I followed didn't support keyboard for the device I selected but then when I tried running it on another device it worked as expected. Just leaving this answer here maybe it helps other newbies like me :)
Keyboard does not appear on Xcode 12
 
 
Q