I can see FTDI module in system report
But in arduino it doesn't show up
I read that iOS comes with USBSerial.kext which can handle this but I don't see it working for me.
I have tried installing FTDI driver and I can see .kext in /system/library/extensions and still doesn't work.
ERROR while installing manually
/Library/Extensions/FTDIUSBSerialDriver.kext failed to load - (libkern/kext) not loadable (reason unspecified); check the system/kernel logs for errors or try kextutil(8)
sudo dmesg
Notice - new kext com.apple.driver.usb.AppleUSBHostPlatformProperties, v1.2 matches prelinked kext but can't determine if executables are the same (no UUIDs).
Note: Arduino board shows up in IDE but FTDI doens't.
UPDATE Module works with iOS High sierra 10.13.6

