Jump to content

Weird error compiling with thoes


Go to solution Solved by Guest,

6 posts in this topic

Recommended Posts

Posted

Hello everyone, I was hoping someone could help me with this weird error I am having. I'm on iOS 9.0.2 other projects can compile fine, just this one seems to be off. Any help would be great.

 

Error:

make: getcwd: No such file or directory
make: *** No rule to make target `package'.  Stop.

Here is the make file:

ARCHS = armv7 arm64
TARGET = iphone:clang:latest:latest
#CFLAGS = -fobjc-arc
#THEOS_PACKAGE_DIR_NAME = debs
include $(THEOS)/makefiles/common.mk
include $(THEOS)/makefiles/aggregate.mk


TWEAK_NAME = K9
K9_FILES = Tweak.xm
K9_FRAMEWORKS = UIKit CoreGraphics
K9_LIBRARIES = colorpicker # Make sure to put the latest libcolorpicker.dylib from ios /usr/lib/libcolorpicker.dylib
K9_LDFLAGS += -Wl,-segalign,4000

include $(THEOS_MAKE_PATH)/tweak.mk



after-install::
	install.exec "killall -9 Kik" # No Reason to kill SpringBoard since we're only injecting into kik

Any help will be great thank you.

Posted

Looks like you are missing a command called getcwd

 

Check theos for a command called getcwd


Or maybe colorpicker is the problem, take that out and see if you still get the error

Posted

Looks like you are missing a command called getcwd

 

Check theos for a command called getcwd

Or maybe colorpicker is the problem, take that out and see if you still get the error

the color picker works fine in another project so it's not that, how can I check theos for that command?

  • Solution
Posted

the color picker works fine in another project so it's not that, how can I check theos for that command?

 

in mobile terminal:

 

find /var/theos -name "getcwd*"

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines