ElementId 0 could not be tapped - Appium - iOS 9 - Simulator 9.3

Hello, I have this issue only in iOS 9:
Appium (1.5.0-beta16) Log:

info: [debug] Socket data being routed. info: [debug] Got result from instruments: {"status":13,"value":"elementId 0 could not be tapped"} info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command.","origValue":"elementId 0 could not be tapped"},"sessionId":"2038d603-d0ea-417a-bca6-af45f91b0463"} info: <-- POST /wd/hub/session/2038d603-d0ea-417a-bca6-af45f91b0463/element/0/click 500 1087.404 ms - 200

For iOS 8 is ok.
No changes in swift code.
Same environment.

Any Idea ?