我可以将 AWS Amplify 与独立的 WatchOS 应用程序一起使用吗?

Can I use AWS Amplify with an independent WatchOS app?

我正在构建一个独立的 WatchOS 应用程序并尝试使用 AWS Amplify 作为后端。但是,每当我尝试将它安装到我的 Podfile 中时,我的终端都会收到此错误:

[!] The platform of the target `xyz WatchKit App` (watchOS 6.1) is not compatible with `AmplifyPlugins/AWSAPIPlugin (0.10.0)`, which does not support `watchOS`.

我以为这是因为我把它放在了 Podfile 中的错误部分(因为独立手表有三个部分(应用程序名称、WatchKit 和 WatchKit 扩展)。但是,当我收到此响应时我将 podfile 信息直接放在应用程序名称下方:

 [!] CocoaPods could not find compatible versions for pod "amplify-tools":
 In Podfile:
amplify-tools

Specs satisfying the `amplify-tools` dependency were found, but they required a higher minimum deployment target.

我以前 运行 遇到过这个问题,但是当我更改全球平台时它不起作用。有什么我想念的吗?或者 AWS 目前不兼容独立的 iOS Watch 应用程序?预先感谢您的帮助!

根据 their Github page,从版本 0.10.0 开始似乎没有支持 watchOS 的计划:

Platform Support

Amplify supports iOS 11 and above and iOS 13 for certain categories such as Predictions. There are currently no plans to support Amplify on WatchOS, tvOS, or MacOS.