Jump to content

first argument to 'word' function must be greater than 0. Stop.


Go to solution Solved by AnotherLurker,

18 posts in this topic

Recommended Posts

Posted

So i tried to "make package"

 

But i got this error:

"first argument to 'word' function must be greater than 0. Stop."

 

I tried to do what i saw in a past post :

 

 Go to /var/theos/makefiles/targets/ and rename the "Darwin-arm" folder to "Darwin-arm64"

Next go to /var/theos/makefiles/platform/ and rename "Darwin-arm.mk" to "Darwin-arm64.mk"

 

But now i get this:

 

``you did not specify a target, and the " " platform does not define a default target. Stop.´´

 

Any help please?

Posted (edited)

Search the forum for the errors and their fix.

I did, but I have a 32 bytes device and those fixes are only for 64 bytes

Updated by Flackboy
Posted

I did, but I have a 32 bytes device and those fixes are only for 64 bytes

Did you at least try, or did you just do nothing because it says 64 bit?

Posted

Did you at least try, or did you just do nothing because it says 64 bit?

Could you please read what I firstly posted before answering? 

 

 

I tried to do what i saw in a past post :

 

 Go to /var/theos/makefiles/targets/ and rename the "Darwin-arm" folder to "Darwin-arm64"

Next go to /var/theos/makefiles/platform/ and rename "Darwin-arm.mk" to "Darwin-arm64.mk"

 

But now i get this:

 

``you did not specify a target, and the " " platform does not define a default target. Stop.´´

 

Any help please?

 

Thanks

Posted

Nope it didnt. I`m using ios 8 

 

But thanks :)

Post your makefile here and your control file

And write make package=yes and show me what it gives you

Posted

Post your makefile here and your control file

And write make package=yes and show me what it gives you

Control

 

 

include theos/makefiles/common.mk

 

TWEAK_NAME = SWGOH

SWGOH_FILES = Tweak.xm

 

include $(THEOS_MAKE_PATH)/tweak.mk

 

after-install::

install.exec "killall -9 SpringBoard"

 

 

 

Makefile

 

Package: SWGOH

Name: SWGOH

Depends: mobilesubstrate

Version: 7.4

Architecture: iphoneos-arm

Description: An awesome MobileSubstrate tweak!

Maintainer: Flackboy

Author: Flackboy

Section: Tweaks

 

 

Posted (edited)

Control

 

 

include theos/makefiles/common.mk

TWEAK_NAME = SWGOH

SWGOH_FILES = Tweak.xm

include $(THEOS_MAKE_PATH)/tweak.mk

after-install::

install.exec "killall -9 SpringBoard"

 

 

 

Makefile

 

Package: SWGOH

Name: SWGOH

Depends: mobilesubstrate

Version: 7.4

Architecture: iphoneos-arm

Description: An awesome MobileSubstrate tweak!

Maintainer: Flackboy

Author: Flackboy

Section: Tweaks

 

 

Try writing make package messages=yes and show me the results Updated by Crypto

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