You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to compile so I can utilise foulwrapper, but compiling both locally and using GH actions results in the following:
==> Notice: Build may be slow as Theos isn’t using all available CPU cores on this computer. Consider upgrading GNU Make: https://theos.dev/docs/parallel-building
==> Warning: Building for iOS 13.0, but the current toolchain can’t produce arm64e binaries for iOS earlier than 14.0. More information: https://theos.dev/docs/arm64e-deployment
> Making all in subprojects of tool fouldecrypt…
==> Notice: Build may be slow as Theos isn’t using all available CPU cores on this computer. Consider upgrading GNU Make: https://theos.dev/docs/parallel-building
==> Warning: Building for iOS 13.0, but the current toolchain can’t produce arm64e binaries for iOS earlier than 14.0. More information: https://theos.dev/docs/arm64e-deployment
> Making all for subproject kerninfra…
==> Compiling patchfinder/libdimentio.c (arm64)…
==> Compiling rw_wrap/rw_wrap.cpp (arm64)…
In file included from rw_wrap/rw_wrap.cpp:4:
rw_wrap/rw_wrap.hpp:3:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
make[4]: *** [/Users/runner/work/fouldecrypt/fouldecrypt/.theos/obj/arm64/rw_wrap/rw_wrap.cpp.dae56029.o] Error 1
make[3]: *** [/Users/runner/work/fouldecrypt/fouldecrypt/.theos/obj/arm64/kerninfra.subproject.a] Error 2
make[2]: *** [internal-subproject-all_] Error 2
make[1]: *** [kerninfra.all.subproject.variables] Error 2
make: *** [fouldecrypt.all.tool.variables] Error 2
Error: Process completed with exit code 2.
The text was updated successfully, but these errors were encountered:
Trying to compile so I can utilise
foulwrapper
, but compiling both locally and using GH actions results in the following:The text was updated successfully, but these errors were encountered: