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

Remove dependency on Preferences.framework #34

Open
gzz2000 opened this issue Jan 1, 2024 · 0 comments
Open

Remove dependency on Preferences.framework #34

gzz2000 opened this issue Jan 1, 2024 · 0 comments

Comments

@gzz2000
Copy link

gzz2000 commented Jan 1, 2024

This works great on my iOS devices. I also tried installing this on my M1 Mac using PlayCover but it failed there. Judging from the error logs, it seems the reason is that Spotlife.dylib contains a dependency to a framework (Preferences.framework) that does not ship with the MacOS iOS compatibility layer.

dyld[33766]: Library not loaded: /System/Library/PrivateFrameworks/Preferences.framework/Preferences
  Referenced from: <154757D6-6B83-3D9E-ABFC-95B9AB839336> /Users/user/Library/Containers/io.playcover.PlayCover/Applications/com.spotify.client.app/Frameworks/Spotilife.dylib
  Reason: tried: '/System/iOSSupport/System/Library/PrivateFrameworks/Preferences.framework/Preferences' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/System/iOSSupport/System/Library/PrivateFrameworks/Preferences.framework/Preferences' (no such file), '/System/iOSSupport/System/Library/PrivateFrameworks/Preferences.framework/Preferences' (no such file, not in dyld cache), '/System/Library/PrivateFrameworks/Preferences.framework/Preferences' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/System/Library/PrivateFrameworks/Preferences.framework/Preferences' (no such file), '/System/Library/PrivateFrameworks/Preferences.framework/Preferences' (no such file, not in dyld cache), '/System/Library/Frameworks/Preferences.framework/Preferences' (no such file, not in dyld cache)
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

1 participant