I've been following these two links to install the Spotify.framework file in my new Xcode 12, SwiftUI project:
I have the bridging header set up, I'm able to access the Spotify framework's classes inside of my ContentView
but when I build and run, I get this error.
This app could not be installed at this time.
Could not install at this time. Failed to load Info.plist from bundle at path /Users/zackshapiro/Library/Developer/CoreSimulator/Devices/8E9DA6E5-925E-4C51-8D61-C8B345BF636A/data/Library/Caches/com.apple.mobile.installd.staging/temp.9k9kTR/extracted/bars.app/Frameworks/SpotifyiOS.framework; Extra info about plist: ACL=<not found>
Any ideas on how to fix this and get it running?