Reputation: 49
I have a Xamarin app that uses AWS Cognito. It builds and runs fine when in Debug. When I switch to Release I receive the following error:
Default Constructor not found for Type Amazon.Util.Internal.PlatformServices.NetworkReachability.
Steps I have taken to resolve:
Upvotes: 1
Views: 606
Reputation: 49
Changing the Linking options to "None" resolved the issue. It seems the linker was removing some necessary features.
Upvotes: 1