dryark / stf_ios_support

Central repo to connect and document components/repos needed for IOS stf support
Other
153 stars 65 forks source link

Unable to proceed with "make" facing fsnotify: import cycle not allowed error #105

Open xjaydip opened 3 years ago

xjaydip commented 3 years ago

I executed 'make', but it failed with following error.

$ make go get github.com/fsnotify/fsnotify package github.com/fsnotify/fsnotify imports github.com/fsnotify/fsnotify: import cycle not allowed make: *** [view_log] Error 1

if someone can help in this error. Thanks!