You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you try setting the environment variable LD_LIBRARY_PATH to the app's "Frameworks" folder when decrypting the app? I had a similar issue when decrypting an app with it's own frameworks. In issue 195, Amoystyle figured out how to fix the issue where the app's frameworks weren't loading.
This is the command you'd execute when you want to decrypt an app and you need to change the LD_LIBRARY_PATH path to the app's "Frameworks" path (fill in the blanks with the corresponding information without parentheses):
LD_LIBRARY_PATH=/private/var/containers/Bundle/Application/(app UDID)/(app name)/Frameworks ./Clutch-2.0.4-Debug -d (the app's corresponding number from clutch's app list)
Log
The text was updated successfully, but these errors were encountered: