Driver.scroll operation in iOS 10.x and appium 1.6.0, Xcode 8

When i use the driver.scroll(origin_el, destination_el). i am getting “WebDriverException: Message: Support for gestures other than Tap is not yet implemented. Please contact an Appium dev”

[HTTP] --> POST /wd/hub/session/877ba676-fee2-4f27-8060-e88dd088c5ae/touch/perform {“sessionId”:“877ba676-fee2-4f27-8060-e88dd088c5ae”,“actions”:[{“action”:“press”,“options”:{“x”:null,“element”:“0A24D212-BC70-40F6-9A82-FF6395AFCFC6”,“y”:null}},{“action”:“moveTo”,“options”:{“x”:null,“element”:“B03688F3-E316-4D00-8AF6-8086946959EF”,“y”:null}},{“action”:“release”,“options”:{}}]}
[MJSONWP] Calling AppiumDriver.performTouch() with args: [[{“action”:“press”,“options”:{“x”:null,“element”:“0A24D212-BC70-40F6-9A82-FF6395AFCFC6”,“y”:null}},{“action”:“moveTo”,“options”:{“x”:null,“element”:“B03688F3-E316-4D00-8AF6-8086946959EF”,“y”:null}},{“action”:“release”,“options”:{}}],"877ba676-fee…
[debug] [XCUITest] Executing command ‘performTouch’
[HTTP] <-- POST /wd/hub/session/877ba676-fee2-4f27-8060-e88dd088c5ae/touch/perform 501 7 ms - 175
[debug] [XCUITest] Waiting for WebDriverAgent server to finish loading…
[debug] [iProxy] recv failed: Resource temporarily unavailable
[debug] [iProxy] recv failed: Operation not permitted

can you please help me on this.