Can't select image from gallery - iOS

I try to select image from the gallery but I don’t understand why click() isn’t working.
This is the path to the pic:
pic = "
//XCUIElementTypeApplication[@name=“app”]/XCUIElementTypeWindow[1]/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypeOther/XCUIElementTypeCollectionView/XCUIElementTypeCell[13]/XCUIElementTypeOther/XCUIElementTypeImage"
driver.find_element_by_xpath(pic).click()

Hi,
By any chance did you get this scenario solved?