nowsecure / node-applesign

NodeJS module and commandline utility for re-signing iOS applications (IPA files).
https://www.nowsecure.com
MIT License
420 stars 77 forks source link

unable to find ldid2 even if not using it #115

Open hunch-13 opened 3 years ago

hunch-13 commented 3 years ago

I see support for ldid2 was recently added but I don't seem to see if its required (or how to install properly), even without trying to use it my scripts no longer run.

Failure is "Error: Warning: tools.findInPath: Error: not found: ldid2"

trufae commented 3 years ago

You need to install ldid2, it's not provided by applesign. Try this on mac: https://github.com/xerub/ldid

hunch-13 commented 3 years ago

i'll give that a shot. May just need to update the docs here to mention that its required if that fixes it