KJCracks / Clutch

Fast iOS executable dumper
3.67k stars 646 forks source link

Fixed Xcode build issues #249

Closed jayluxferro closed 2 years ago

jayluxferro commented 2 years ago

Fixed the following build issues:

  1. error: implicit conversion changes signedness: 'int' to 'uint32_t' (aka 'unsigned int') [-Werror,-Wsign-conversion] headerProgress = (((char *)curloc - (char *)buf) % 0x1000);

  2. error: implicit conversion from integral type 'int' to 'BOOL' [-Werror,-Wobjc-signed-char-bool-implicit-int-conversion] BOOL isInvisible = command.flag & ClutchCommandFlagInvisible;