ios - Xcode 12、SwiftUI 和 Spotify.framework — 错误 : extra info about plist: ACL=<not found>

标签 ios xcode swiftui spotify

我一直在按照这两个链接在我的新 Xcode 12 SwiftUI 项目中安装 Spotify.framework 文件:

我已经设置了桥接 header ,我可以访问我的 ContentView 中的 Spotify 框架的类但是当我构建并运行时,我收到此错误。

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>

关于如何解决这个问题并让它运行有什么想法吗?

enter image description here

最佳答案

当您将 SpotifyiOS.framework 添加到您的项目时,您是否已添加并选择为“嵌入并签名”,如下所示:

enter image description here

如果是,请尝试将其更改为“不嵌入”,如下所示并尝试:

enter image description here

如果这不起作用,请尝试建议的解决方案: Xcode error Extra info about plist: ACL=<not found>

关于ios - Xcode 12、SwiftUI 和 Spotify.framework — 错误 : extra info about plist: ACL=<not found>,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62731788/

相关文章:

ios - 从 UIViewController 推送 UINavigationController

ios - Xcode 10 "Could not build module Darwin/Foundation/CoreFoundation"等

iphone - 搜索栏与搜索栏和搜索显示 Controller 有什么区别?

swift - SwiftUI 状态初始值设定项之间的区别

SwiftUI Picker 在 EquatableView 中时的奇怪行为

swift - Apple 开发者 SwiftUI 教程的预览问题 - 与 UIKit 的框架集成接口(interface)

ios - 如何在 collectionView 单元格中设置 NSLayoutConstraint 常量?

ios - 打字时缩小 BackSpace 上的 UITextField 范围

ios - 当应用程序未处于事件状态时,GCM 推送通知不适用于 iOS

ios - 如何在 IOS 应用程序中启用除以零的 SIGFPE 信号?