swift - XCode system config and unable to access ios keyboard -


just started learning ios development through apple foodtracker tutorial, , ran problem!

i'm on step 3 (https://developer.apple.com/library/content/referencelibrary/gettingstarted/developiosappsswift/connecttheuitocode.html#//apple_ref/doc/uid/tp40015214-ch22-sw1) , using completed code supplied apple, runs problem.

the code compiles , ui shows fine, when select textbox, keyboard doesn't show up, , system message says:

2017-09-10 16:21:50.772951-0700 foodtracker[4207:86166] [mc] system group container systemgroup.com.apple.configurationprofiles path /users/mh/library/developer/coresimulator/devices/f2e7b2ac-1f73-4cad-be26-f04eaa1e5c15/data/containers/shared/systemgroup/systemgroup.com.apple.configurationprofiles 2017-09-10 16:21:50.773393-0700 foodtracker[4207:86166] [mc] reading private effective user settings.

it doesn't error, kind of system configuration. however, keyboard never pops up, , if manually via simulator, doesn't program supposed do, change title whatever input after click button.

does know why is? i'm using latest version of xcode on osx sierra. need configure?

thanks!

you appear have 2 problems.

first, keyboard not coming up. simulator may defaulting use host keyboard, behaves same if had bluetooth keyboard connected device. means should able enter text directly physical keyboard. when exposed "manually via simulator", corresponds disabling bluetooth keyboard, displayed keyboard can tapped enter characters.

second, input apparently not getting processed. diagnose this, suggest setting breakpoints @ text field delegate methods have, see what's coming through,


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -