Error looks like this:
Andreass-iPhone:~ root# cd /private/var/tweaks/test
Andreass-iPhone:/private/var/tweaks/test root# make
==> Error: The vendor/include and/or vendor/lib directories are missing. Please run `git submodule update --init --recursive` in your Theos directory. More info rmation: https://github.com/theos/theos/wiki/Installation.
make: *** [before-all] Error 1
Andreass-iPhone:/private/var/tweaks/test root# ^C
Andreass-iPhone:/private/var/tweaks/test root# cd /var/theos
Andreass-iPhone:/var/theos root# git submodule update --init --recursive
fatal: destination path 'vendor/include' already exists and is not an empty dire ctory.
fatal: clone of 'https://github.com/theos/headers.git' into submodule path 'vend or/include' failed
I have the headers in the vendor include folder, doesn't let me run the command
https://gyazo.com/3535740f99bc4e199849acf8a660bfad
Screenshot of directory contents
I've tried reinstalling theos so far but it didn't work. Symlink created to theos in my tweak folder aswell
Tried emptying my vendor folder aswell and running the git submodule command and this is my result
dreass-iPhone:/var/tweaks/test root# cd /var/theos
Andreass-iPhone:/var/theos root# git submodule update --init --recursive
Cloning into 'vendor/include'...
dyld: Library not loaded: /usr/lib/libcurl.4.dylib
Referenced from: /usr/libexec/git-core/git-remote-https
Reason: no suitable image found. Did find:
/usr/lib/libcurl.4.dylib: can't map segments into 16KB pages
/usr/lib/libcurl.4.dylib: can't map segments into 16KB pages
fatal: clone of 'https://github.com/theos/headers.git' into submodule path 'vendor/include' failed
Andreass-iPhone:/var/theos root#