MacOS 的 MusicKit 导入

MusicKit import for MacOS

现在我们不再需要手动创建 JWT 令牌,因此想在 MacOS 上使用 MusicKit。 但目前当我尝试将 MusicKit 导入 MacOS 项目时,编译器告诉我

MusicKit is not available when building for macOS. Consider using #if !os(macOS) to conditionally import this framework.

从文档页面 https://developer.apple.com/documentation/MusicKit/ 我可以看到可用性列为 MacOS 12.0+(测试版)

我目前使用的是 macOS 12.0.1,但仍然无法构建。我还尝试将部署目标提高到 12.0(尽管在下拉列表中 11.3 是最新的)但是这样做导致编译器再次对我大喊大叫。 我在 Xcode 13.0

我是不是遗漏了什么明显的东西?

Xcode 13.0 针对 Big Sur (macOS 11)。

您需要(至少)Xcode 13.1 RC 才能为 macOS Monterey (macOS 12) 开发应用程序。

你可以download Xcode from the apple developer website