gch1p / sketchtrial

hack Sketch and make the trial never end
153 stars 20 forks source link

libsketchtrial.dylib Library image not found error #4

Closed jaybabani closed 5 years ago

jaybabani commented 5 years ago

Hello,

Getting this error

dyld: could not load inserted library '/Applications/sketchtrial-master/libsketchtrial.dylib' because image not found when executing the sketch.sh file.

SIP is disabled already. Testing with sketch 55.2

gch1p commented 5 years ago

Did you run make?

jaybabani commented 5 years ago

Yes. I double clicked MakeFile and got list of command not found errors. See the screenshot below:

image

gch1p commented 5 years ago

I'm not sure what you're doing. It looks like you're trying to run Makefile as a shell script?

You need to do cd /Applications/sketchtrial-master, then run make.

jaybabani commented 5 years ago

Ah. Thank you so much.. It worked.

I am quite new to Mac OS. Yes. you are right.. I was running makefile in shell script, so the error.

It works alright.. thank you once again.

Will be waiting for SIP enabled version of your script in future. :)