Closed
Description
Describe the bug
I created Amplify with ClientID and clientSecret, and added auth category to it. And I added the generated amplifyconfiguration.json file to the Project. And I configured Amplify in AppDelegate as follows:
Amplify.Logging.logLevel = .debug
do {
try Amplify.add(plugin: AWSPredictionsPlugin())
try Amplify.configure()
print("Amplify successfully configured")
} catch {
print("Failed to initialize Amplify with \(error)")
}
But I am getting the following error:
Steps To Reproduce
===
Expected behavior
===
Swift Liveness Version
1.3.3
Xcode version
16.1 (16B40)
Relevant log output
No response
Is this a regression?
Yes
Regression additional context
No response
OS Version
iOS 18.1
Device
iPhone 16 Pro Max
Specific to simulators
No response
Additional context
No response