Open mtshare opened 9 years ago
I also notice that i get the error when i compile a file inside a sub directory:
Makefile: ASUpdateHider_FILES += library/UIDevice+Hardware.m
Error: error: error opening '/Users/marcocristalli-imac/Desktop/asupdatehider/.theos/obj/debug/arm64/library/UIDevice+Hardware.m.b25e69e3.md': No such file or directory 1 error generated.
I missed this in my inbox, sorry. These are non-fatal errors related to makedeps which I'm still working on resolving issues with. Most likely you aren't using makedeps and can ignore them. (If you reference any of your headers in your makefiles as a rule, then the issue is more important.)
Thanks for reporting that second issue, wasn't aware of that.
Hi @kirb i'm still getting (non-fatal) errors when i compile files inside a sub directory. Did you looked at that?
Here the error: error: error opening '/Users/marcocristalli-imac/Desktop/appshape/.theos/obj/debug/armv7s/library/STHTTPRequest.m.6fd147b5.md': No such file or directory 1 warning and 1 error generated. error: error opening '/Users/marcocristalli-imac/Desktop/appshape/.theos/obj/debug/armv7s/library/MBProgressHUD.m.6fd147b5.md': No such file or directory 1 error generated.
Hi, any suggestions on why i get this error while compiling my tweak?