Number Pad not showing swift 4

1.5k Views Asked by At

I am doing a side project , just to implement some UI objects and see if i can do simple programming..

i have put a uilable, a textfield and a button.. the objective is to enter numbers in the textfield and display it on the lable when pressing the button.. i have selected the number keyboard for input.. as am only interested in entering numbers..and using the iPhone 8 simulator... i am using macOS Mojave 10.14, xcode 10.1, swift 4.2 ...

on run , strange things happing.. number pad keyboard does not compe up! and text field doesnt take in put , even from the laptop keyboard...

error message:

2018-11-08 12:11:51.910752+0300 QPages 3[4250:186019] libMobileGestalt MobileGestalt.c:890: MGIsDeviceOneOfType is not supported on this platform.

2018-11-08 12:11:54.219190+0300 QPages 3[4250:186019] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /Users/mohamedabousaif/Library/Developer/CoreSimulator/Devices/0B0D8741-BDE6-4F62-900D-E52DE7B4D27C/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles

2018-11-08 12:11:54.220103+0300 QPages 3[4250:186019] [MC] Reading from private effective user settings.

2018-11-08 12:11:54.289740+0300 QPages 3[4250:186019] Can't find keyplane that supports type 4 for keyboard iPhone-PortraitChoco-NumberPad; using 20603_PortraitChoco_iPhone-Simple-Pad_Default

2018-11-08 12:11:55.532774+0300 QPages 3[4250:186137] [MC] Invalidating cache

can anybody help please ..

Thanks .enter image description here

0

There are 0 best solutions below