iOS does not have FSEvents afaik (it fails to compile), but watchdog forces compilation of watchdog_fsevents.c on all sys.platform == 'darwin' systems, causing it to fail to compile/install.
Commenting that out from setup.py allows watchdog to be installed and used on iOS.
iOS does not have FSEvents afaik (it fails to compile), but watchdog forces compilation of watchdog_fsevents.c on all sys.platform == 'darwin' systems, causing it to fail to compile/install.
Commenting that out from setup.py allows watchdog to be installed and used on iOS.