Jump to content

issue with file not found but the file is there


iM0ham3d

5 posts in this topic

Recommended Posts

Posted

when i try to make the package i got this error 

 

iMohamed:/var/mobile/Documents/tweaks/instapro root# make
> Making all for tweak InstaPro…
==> Preprocessing Tweak.xm…
==> Preprocessing Tweak.xm…
==> Compiling INGEnhancerHelper.m (armv7)…
In file included from INGEnhancerHelper.m:9:
./INGEnhancerHelper.h:12:9: fatal error: 'ionicons/ionicons.h' file not found
#import "ionicons/ionicons.h"
        ^~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[3]: *** [/var/theos/makefiles/instance/rules.mk:192: /var/mobile/Documents/tweaks/instapro/.theos/obj/armv7/INGEnhancerHelper.m.af867df6.o] Error 1
==> Compiling INGEnhancerHelper.m (armv7s)…
In file included from INGEnhancerHelper.m:9:
./INGEnhancerHelper.h:12:9: fatal error: 'ionicons/ionicons.h' file not found
#import "ionicons/ionicons.h"
        ^~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[3]: *** [/var/theos/makefiles/instance/rules.mk:192: /var/mobile/Documents/tweaks/instapro/.theos/obj/armv7s/INGEnhancerHelper.m.28ff9aa9.o] Error 1
rm /var/mobile/Documents/tweaks/instapro/.theos/obj/armv7/Tweak.xm.mm
rm /var/mobile/Documents/tweaks/instapro/.theos/obj/armv7s/Tweak.xm.mm
make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/mobile/Documents/tweaks/instapro/.theos/obj/armv7/InstaPro.dylib] Error 2
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [/var/theos/makefiles/instance/library.mk:33: /var/mobile/Documents/tweaks/instapro/.theos/obj/armv7s/InstaPro.dylib] Error 2
make[1]: *** [/var/theos/makefiles/instance/library.mk:24: internal-library-all_] Error 2
make: *** [/var/theos/makefiles/master/rules.mk:123: InstaPro.all.tweak.variables] Error 2
iMohamed:/var/mobile/Documents/tweaks/instapro root#

 

 

 

but in make file i write

InstaPro_FILES = Tweak.xm MBProgressHUD.m INGEnhancerHelper.m $(wildcard ionicons/*.m) $(wildcard NYTPv/*.m)

InstaPro_CFLAGS = -fobjc-arc

 

 

please help 

 

Archived

This topic is now archived and is closed to further replies.

×
  • 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