-
Notifications
You must be signed in to change notification settings - Fork 222
Closed
Labels
bugSomething isn't workingSomething isn't workingloggingIssues related to the Logging categoryIssues related to the Logging category
Description
Describe the bug
Enabling AWSCloudWatchLogging using Amplify SDK crashes the app.
- Configure AWS Cloud Watch Logging using below code
public func configureAuthSDK() {
do {
try Amplify.add(plugin: AWSCognitoAuthPlugin())
try Amplify.add(plugin: AWSCloudWatchLoggingPlugin())
try Amplify.configure()
} catch {
}
}
- Using release build of the app from TestFlight is crashes the app
Screenshots

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingloggingIssues related to the Logging categoryIssues related to the Logging category