Guest User

Errors

a guest
May 30th, 2020
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. ===> Setting SYSROOT to /var/theos/sdks/iPhoneOS11.2.sdk/...
  2. > Making all for tweak subwayhax…
  3. ===> Setting SYSROOT to /var/theos/sdks/iPhoneOS11.2.sdk/...
  4. ===> Setting SYSROOT to /var/theos/sdks/iPhoneOS11.2.sdk/...
  5. ===> Setting SYSROOT to /var/theos/sdks/iPhoneOS11.2.sdk/...
  6. ==> Compiling Tweak.xm (arm64)…
  7. Tweak.xm:12:26: error: no viable conversion from 'long' to 'const std::basic_string<char>'
  8. bytes:{0x0090221EC0035FD6}];
  9.  ^~~~~~~~~~~~~~~~~~
  10. /var/theos/include/bits/basic_string.h:435:7: note: candidate constructor not viable: no known conversion from 'long' to 'const std::basic_string<char> &' for 1st argument
  11. basic_string(const basic_string& __str);
  12.  ^
  13. /var/theos/include/bits/basic_string.h:470:7: note: candidate constructor not viable: no known conversion from 'long' to 'const char *' for 1st argument
  14. basic_string(const _CharT* __s, const _Alloc& __a = _Alloc());
  15.  ^
  16. /var/mobile/subwayhax/Menu.h:71:176: note: passing argument to parameter 'bytes_' here
  17. - (void)addOffsetSwitch:(NSString *)hackName_ description:(NSString *)description_ offsets:(std::initializer_list<uint64_t>)offsets_ bytes:(std::initializer_list<std::string>)bytes_;
  18.  ^
  19. Tweak.xm:17:26: error: no viable conversion from 'long' to 'const std::basic_string<char>'
  20. bytes:{0x0010301EC0035FD6}];
  21.  ^~~~~~~~~~~~~~~~~~
  22. /var/theos/include/bits/basic_string.h:435:7: note: candidate constructor not viable: no known conversion from 'long' to 'const std::basic_string<char> &' for 1st argument
  23. basic_string(const basic_string& __str);
  24.  ^
  25. /var/theos/include/bits/basic_string.h:470:7: note: candidate constructor not viable: no known conversion from 'long' to 'const char *' for 1st argument
  26. basic_string(const _CharT* __s, const _Alloc& __a = _Alloc());
  27.  ^
  28. /var/mobile/subwayhax/Menu.h:71:176: note: passing argument to parameter 'bytes_' here
  29. - (void)addOffsetSwitch:(NSString *)hackName_ description:(NSString *)description_ offsets:(std::initializer_list<uint64_t>)offsets_ bytes:(std::initializer_list<std::string>)bytes_;
  30.  ^
  31. 2 errors generated.
  32. make[3]: *** [/var/theos/makefiles/instance/rules.mk:268: /var/mobile/subwayhax/.theos/obj/arm64/Tweak.xm.4d030ff8.o] Error 1
  33. make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/mobile/subwayhax/.theos/obj/arm64/subwayhax.dylib] Error 2
  34. make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2
  35. make: *** [/var/theos/makefiles/master/rules.mk:111: subwayhax.all.tweak.variables] Error 2
Add Comment
Please, Sign In to add comment