Open
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

