Skip to content

Error "No plugins added to Authentication category." #183

Closed
@behzod-rajabov

Description

@behzod-rajabov

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:
image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    pending-community-responseIssue is pending response from the issue requestorquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions