2

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?

enter image description here

Zack Shapiro
  • 6,648
  • 17
  • 83
  • 151

1 Answers1

5

When you added SpotifyiOS.framework to your project, have you added and selected as "Embed & Sign" as below:

enter image description here

If yes, try changing it to "Do Not Embed" as below and try :

enter image description here

If this doesn't work then try this solution proposed: Xcode error Extra info about plist: ACL=<not found>

Nandish
  • 1,136
  • 9
  • 16