Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
iMonZ opened this issue Feb 25, 2021 · 3 comments
Open

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

iMonZ opened this issue Feb 25, 2021 · 3 comments

Comments

@iMonZ
Copy link

iMonZ commented Feb 25, 2021

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
Copy link

Ya911 commented Nov 11, 2021

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

@Ya911
Copy link

Ya911 commented Nov 11, 2021

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
Copy link

samova commented Feb 23, 2024

Maybe this would help #97 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants