Не получается открыть или собрать проект Xсode
Не получается открыть или собрать проект Xсode, в настройках конфиденциальности разрешен доступ ко всему. Помогите, пожалуйста, в чем может быть проблема? Версия macOS Catalina 10.15.1 Версия Xcode 11.3.1
Ниже то, что выводит терминал
kate@MacBook-Pro-Ekaterina-2 ~/iSwipe> make
Bootstrapping CydiaSubstrate...
Compiling iPhoneOS CydiaSubstrate stub... default target? failed, what?
Compiling native CydiaSubstrate stub...
error: include path for stdlibc++ headers not found; pass '-stdlib=libc++' on
the command line to use the libc++ standard library instead
[-Werror,-Wstdlibcxx-not-found]
1 error generated.
make[3]: *** [obj/Hooker.cc.73dbd8bb.o] Error 1
make[2]: *** [internal-framework-all_] Error 2
make[1]: *** [CydiaSubstrate.all.framework.variables] Error 2
make: *** [CydiaSubstrate] Error 2
cp: _out/*: No such file or directory
cp: libsubstrate.dylib: No such file or directory
Making all for tweak iSwipe...
Preprocessing src/Tweak.xm...
Compiling src/Tweak.xm...
error: include path for stdlibc++ headers not found; pass '-stdlib=libc++' on
the command line to use the libc++ standard library instead
[-Werror,-Wstdlibcxx-not-found]
In file included from src/Tweak.xm:6:
In file included from /Users/kate/iSwipe/src/ISController.h:7:
In file included from /Users/kate/iSwipe/src/ISScribbleView.h:3:
/Users/kate/iSwipe/src/ISUtils.h:118:12: error: using integer absolute value
function 'abs' when argument is of floating point type
[-Werror,-Wabsolute-value]
return abs(d1);
^
/Users/kate/iSwipe/src/ISUtils.h:118:12: note: use function 'std::abs' instead
return abs(d1);
^~~
std::abs
/Users/kate/iSwipe/src/ISUtils.h:118:12: note: include the header <cmath> or
explicitly provide a declaration for 'std::abs'
2 errors generated.
make[2]: *** [obj/src/Tweak.xm.1a23dfa0.o] Error 1
make[1]: *** [internal-library-all_] Error 2
make: *** [iSwipe.all.tweak.variables] Error 2
kate@MacBook-Pro-Ekaterina-2 ~/iSwipe>
