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

Swift 我可以将AWS Amplify与独立的WatchOS应用程序一起使用吗?,swift,xcode,amazon-web-services,watchkit,Swift,Xcode,Amazon Web Services,Watchkit,我正在构建一个独立的WatchOS应用程序,并尝试使用AWS Amplify作为后端。但是,每当我尝试在我的pod文件中安装它时,我的终端就会出现以下错误: [!] 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`. 我认为这是因为我把

我正在构建一个独立的WatchOS应用程序,并尝试使用AWS Amplify作为后端。但是,每当我尝试在我的pod文件中安装它时,我的终端就会出现以下错误:

[!] 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的错误部分下(因为一个独立的手表有三个部分(app name、WatchKit和WatchKit扩展名)。但是,当我把Podfile信息直接放在app name下面时,我得到了这个响应:

 [!] 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应用程序不兼容?提前感谢您的帮助!

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

平台支持

Amplify支持iOS 11及以上版本,对于某些类别(如预测)支持iOS 13。目前没有计划在WatchOS、tvOS或MacOS上支持Amplify