WhennewLibraryWithSourceis called it will take the kernel sources, the content of the fileggml/src/ggml-metal/ggml-metal.metal, and send them to the Metal compiler XPC service for compilation. (lldb) p src(__NSCFString *) 0x0000000148058000 @"#define GGML_COMMON_DECL_METAL\n#define GG...
strip: warning: changes being made to the file will invalidate the code signature in: /private/var/mobile/cv/.theos/obj/arm64/cv.dylib cp: target '/var/mobile/cv/.theos/obj/cv.dylib.af633153.unsigned': No such file or directory make[2]: *** [/opt/theos/makefiles/instance/library....
What I did is install the 11.4 sdk of 11.2 sdk change my mod make file from using 11.2sdk to 11.4. Lastly copied cstdint from a GitHub repo (it will say it’s missing and you have to import it) and finally do the same for initializer list! THEN BOOM IT WORKED. Hope this helps ...
thirdparty Add <cstdint> and <array> includes to header files; Dec 13, 2024 .clang-format Feature/opengl 33 support (#49) Sep 7, 2024 .gitattributes Feature/texture support (#50) Oct 11, 2024 .gitignore Feature/python interface (#53) Nov 12, 2024 .gitmodules Feature/python interface (...