Naituw / IPAPatch

Patch iOS Apps, The Easy Way, Without Jailbreak.
MIT License
4.74k stars 707 forks source link

dyld: dependent dylib (I have compiled the dylib myself ) #72

Open iMonZ opened 3 years ago

iMonZ commented 3 years ago

Hey,

I get this error after I tried to inject this dylib. The Dylib is self compiled without any dependencies or even the word CydiaSubstrate! :

dyld: dependent dylib '/Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate' not found for '/private/var/containers/Bundle/Application/4F99E4EC-4C89-45D8-8A76-D14CD0556D03/YouTube.app/Dylibs/YTUHD', tried but didn't find: '/Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate' '/System/Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate'

Ya911 commented 2 years ago

It's been a week now and I haven't found a solution to this problem

Ya911 commented 2 years ago

The solution to the problem I found is that the developer forgot to add a formula ، You will find it in the patch file and replace it with this command ، filename="${file%.*}"".dylib"

samova commented 8 months ago

Maybe this would help https://github.com/Naituw/IPAPatch/issues/97#issuecomment-1961319744