Unable to enter text into editfield in IOS native app using appium 1.7.1

Hi,

Unable to enter text into input type field. It’s showing below log in console when trying to enter a string with sendkeys() method.

Appium Log:

[debug] [XCUITest] Executing command ‘keys’
[debug] [JSONWP Proxy] Proxying [POST /wda/keys] to [POST http://localhost:8100/session/1E69A41C-F9A7-4564-85D4-7502C5E6C520/wda/keys] with body: {“value”:[“t”,“e”,“x”,“t”]}
[debug] [JSONWP Proxy] Got response with status 200: {“value”:{},“sessionId”:“1E69A41C-F9A7-4564-85D4-7502C5E6C520”,“status”:0}
[debug] [MJSONWP] Responding to client with driver.keys() result: null
[HTTP] <-- POST /wd/hub/session/630ff7c6-608e-4e98-bc37-7e2056c51ffc/keys 200 914 ms - 76

what is the Xcode Version? does it happens always

I am using 8.1 xcode version and also checked it in xcode 8.3.3.The same issue I am facing in both xcode versions.It is happening everytime.

OK, I am using Xcode 9.2 and I don’t see any such issue.