Xcode 12, SwiftUI and Spotify.framework — Error: extra info about plist: ACL=<not found>
Xcode 12, SwiftUI and Spotify.framework — Error: extra info about plist: ACL=<not found>
我一直在关注这两个链接,以便在我的新 Xcode 12、SwiftUI 项目中安装 Spotify.framework 文件:
我设置了桥接头,我可以在我的 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>
关于如何解决这个问题并得到它的任何想法 运行ning?
当您将 SpotifyiOS.framework 添加到您的项目时,您是否添加并选择了如下所示的“嵌入并签名”:
如果是,请尝试将其更改为“不嵌入”,如下所示:
如果这不起作用,请尝试建议的解决方案:
我一直在关注这两个链接,以便在我的新 Xcode 12、SwiftUI 项目中安装 Spotify.framework 文件:
我设置了桥接头,我可以在我的 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>
关于如何解决这个问题并得到它的任何想法 运行ning?
当您将 SpotifyiOS.framework 添加到您的项目时,您是否添加并选择了如下所示的“嵌入并签名”:
如果是,请尝试将其更改为“不嵌入”,如下所示:
如果这不起作用,请尝试建议的解决方案: