rarcrack icon indicating copy to clipboard operation
rarcrack copied to clipboard

attempt to build it in iOS and failed

Open Torrekie opened this issue 3 years ago • 0 comments

Tried to build it and getting these errors:

iPhone:~/tweaks/rarcrack mobile$ make
> Making all for tool rarcrack…
==> Compiling rarcrack.c (arm64)…
rarcrack.c:226:1: error: non-void function does not return a value [-Werror,-Wreturn-type]
}
^
rarcrack.c:262:1: error: non-void function does not return a value [-Werror,-Wreturn-type]
}
^

I'm using Theos and this is my Makefile:

TARGET := iphone:clang:latest:7.0

include $(THEOS)/makefiles/common.mk

TOOL_NAME = rarcrack
rarcrack_FILES = rarcrack.c
rarcrack_PRIVATE_FRAMEWORKS = MobileCoreServices

include $(THEOS_MAKE_PATH)/tool.mk

Torrekie avatar Mar 14 '21 19:03 Torrekie