Skip to content

attempt to build it in iOS and failed #22

Description

@Torrekie

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions