aws-amplify / amplify-ui-swift-liveness

This repository offers a UI component for Amazon Rekognition Face Liveness, enabling developers to ensure that only authentic users, and not bad actors using spoofs, can access their services.
https://ui.docs.amplify.aws/swift/connected-components/liveness
Apache License 2.0
10 stars 25 forks source link

Does this support Swift macos app development? #90

Closed sumitaka-ueda-rv closed 11 months ago

sumitaka-ueda-rv commented 11 months ago

I installed the package to develop a macos app, but I get an error when building. I figured this was due to not being compatible with macos.

Error Description The package product 'AWSPluginsCore' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 The package product 'AWSCognitoAuthPlugin' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13 The package product 'AWSPredictionsPlugin' requires minimum platform version 10.15 for the macOS platform, but this target supports 10.13

Environment Xcode version: 14.3.1 Amplify version: 2.23.0 AmplifyUILiveness version: 1.2.1 swift-driver version: 1.75.2 Apple Swift version 5.8.1 Target: arm64-apple-macosx13.0

ntnmrndn commented 11 months ago

The issue is on your side, we use swift macro without any issue.

phantumcode commented 11 months ago

@ntnmrndn MacOS is currently not supported.

ntnmrndn commented 11 months ago

Somehow I don't know how to read and don't know the difference between macOS and macros anymore. I've had luck with making a Catalina app for macOS with amplify.

talksik commented 11 months ago

oof, that's a bummer. any ideas when this will be supported on macOS? Also, is there a plan to isolate this from AWS Amplify? There seems to be a lot of bloat for people who just want to use Rekognition.

talksik commented 11 months ago

Any update @phantumcode ? Thanks 🙏🏽