I am trying to use tensorflowlite by importing into ios watch app. However, this error occurs when I try to install'TensorFlowLiteSwift' using cocoapods.
[!] The platform of the target myapp WatchKit Extension
(watchOS 2.0) is not compatible with TensorFlowLiteSwift (2.3.0)
, which does not support watchOS
.
I am not sure if tensorflowlite can be used in the current watch app because there is no content on the watch app even if I refer to the official documentation.
Any answers would be appreciated.