0

i have a textfield but when i type anything on it, it does not type anything and gives some error in console, the error is this,

 GuardsAutoZone[8602:561262] Can't find keyplane that supports type 5 for keyboard iPhone-PortraitTruffle-PhonePad; using 431568380_PortraitTruffle_iPhone-Complex-Pad_Default
2017-09-20 11:02:18.810211+0500 GuardsAutoZone[8602:561262] [Common] _BSMachError: port 7803; (os/kern) invalid capability (0x14) "Unable to insert COPY_SEND"
2017-09-20 11:02:18.811661+0500 GuardsAutoZone[8602:561262] [Common] _BSMachError: port 7803; (os/kern) invalid name (0xf) "Unable to deallocate send right"
2017-09-20 11:08:28.089989+0500 GuardsAutoZone[8602:590122] [MC] Invalidating cache
2017-09-20 11:08:29.627719+0500 GuardsAutoZone[8602:590122] [MC] Invalidating cache
2017-09-20 11:08:29.818169+0500 GuardsAutoZone[8602:590122] [MC] Invalidating cache
2017-09-20 11:08:30.411266+0500 GuardsAutoZone[8602:590537] [MC] Invalidating cache
2017-09-20 11:08:30.845221+0500 GuardsAutoZone[8602:590122] [MC] Invalidating cache
2017-09-20 11:08:31.056884+0500 GuardsAutoZone[8602:590537] [MC] Invalidating cache
2017-09-20 11:08:32.092079+0500 GuardsAutoZone[8602:590122] [MC] Invalidating cache
Oneeb
  • 75
  • 1
  • 1
  • 9
  • 1
    Please check https://stackoverflow.com/questions/24871532/xcode-ios-8-keyboard-types-not-supported – Vini App Sep 20 '17 at 06:20
  • 2
    Possible duplicate of [Xcode iOS 8 Keyboard types not supported](https://stackoverflow.com/questions/24871532/xcode-ios-8-keyboard-types-not-supported) – iPeter Sep 20 '17 at 06:22
  • i have done according to the link u provided but its still not typing anything after connecting the hardware keyboard, is it any issue from info.plist? @iPeter – Oneeb Sep 20 '17 at 06:33

1 Answers1

0

Make sure iOS Simulator -> Hardware -> Keyboard -> Connect Hardware Keyboard is not checked if you aren't using a hardware keyboard.

arpita
  • 175
  • 9
  • no i'm not using hardware keyboard, i'm using simulator keyboard. @arpita – Oneeb Sep 20 '17 at 06:21
  • your question is similar to https://stackoverflow.com/questions/24871532/xcode-ios-8-keyboard-types-not-supported. It may help you – arpita Sep 20 '17 at 06:28
  • previously, when i type in a textfield it type the words from both hardware keyboard and simulator keyboard. @arpita – Oneeb Sep 20 '17 at 06:30
  • then you should try with changing the device in simulator. – arpita Sep 20 '17 at 06:35
  • First i have uncheck the connect to hardware keyboard option it takes text but when i check the hardware keyboard connection it does not take any word. @arpita – Oneeb Sep 20 '17 at 06:36
  • i don't have device , i'm testing on simulator only. @arpita – Oneeb Sep 20 '17 at 06:37