akemin-dayo / simject

simject is a command-line tool and iOS dynamic library that allows developers to easily test their tweaks on the iOS Simulator.
BSD 2-Clause "Simplified" License
486 stars 55 forks source link

Make setup problem with xcode 9.3 #38

Closed berkeelevent closed 6 years ago

berkeelevent commented 6 years ago
ekran resmi 2018-05-08 15 40 05

trying to fix this problem since yesterday

high sierra 10.13.4 using xcode 9.3 with commandline tools installed brew, ldid, openssl etc. installed ( sdk & heades are installed in theos )

BarryWhite007 commented 6 years ago

im also having the exact same issue.

cwjoshuak commented 6 years ago

Hi guys, try this out. This is what my makefile inside respring_simulator now contains. I'm running macOS 10.13.5 and Xcode 9.4. @BarryWhite007 @berkeelevent

TARGET = macosx:clang::10.9
ARCHS = x86_64
include $(THEOS)/makefiles/common.mk

TOOL_NAME = respring_simulator
respring_simulator_FILES = respring_simulator.mm
respring_simulator_CFLAGS = -Wno-deprecated-declarations -std=c++11

include $(THEOS_MAKE_PATH)/tool.mk

after-all::
    @echo "Copying binaries..."
    @mkdir -p ../bin
    @cp -v $(THEOS_OBJ_DIR)/respring_simulator ../bin/