Wednesday, 17 June 2020

FlexToTheos Compiling Issues

I am currently trying to set up FlexToTheos for my Iphone XR. I have followed the instructions given here https://ift.tt/2r8QKek. but when I try to make, I get this error. $ make Makefile:12: /makefiles/common.mk: No such file or directory Makefile:18: /tool.mk: No such file or directory make: *** No rule to make target `/tool.mk'. Stop. I have theos setup correctly, I have 13.5 sdk in my theos folder. I cant quite figure out why I cant compile it. I am new to this so any help would be appreciated. My first thread was deleted, hope this one is a bit more informative of my problem. Here is the Makefile : ifeq ($(MACOS),1) ARCHS = i386 x86_64 TARGET = macosx:clang::10.10 else ARCHS = armv7 arm64 TARGET = iphone:clang::8.0 ftt_FRAMEWORKS = UIKit ftt_CODESIGN_FLAGS = -Sent.plist -Icom.ipadkid.ftt endif include $(THEOS)/makefiles/common.mk TOOL_NAME = ftt ftt_FILES = main.m ftt_CFLAGS = -fobjc-arc include $(THEOS_MAKE_PATH)/tool.mk

from iOSGods RSS Feed https://ift.tt/3dfsqzA

No comments:

Post a Comment