Oclint always shows an error - bash: path / to / xctool.sh: no such file or directory

I use Oclint to generate a report on viewing the application code. To do this, I used the link http://oclint.org below

I am using Xctool in oclint. to install xctool I used this document: http://docs.oclint.org/en/stable/guide/xctool.html

but whenever I write something with the terminal path / to / xctool.sh, an error is displayed for path / in / xctool.sh -help

Error: - bash: path / to / xctool.sh: no such file or directory

Can anyone help me? I need to generate a report on viewing the code of my application, but it takes a lot of time for me and nothing works.

thank

+4
source share

Source: https://habr.com/ru/post/1688001/


All Articles