Brennan Stehling

Results 58 comments of Brennan Stehling

@vasicer I've seen this problems with apps before. When a binary is created and it uses other binaries it defines runpaths using `@rpath` so it knows where to find them....

@iThink32 Please reach out on our Discord server. We'd like to collect details so we can review logs. https://discord.gg/jWVbPfC

#527 Related issue

https://github.com/aws-amplify/amplify-android/discussions/215 Related issue on Android

There are multiple scenarios to cover. These are listed below. 1. Loading a Amplify configuration so it is specific to a region 2. Changing the configuration at build time 3....

The PR below is meant to eliminate this problem. https://github.com/aws-amplify/aws-sdk-ios/pull/4211

Here is the full script. ```sh #!/bin/sh # git clone [email protected]:erikdoe/ocmock.git ocmock # git checkout tags/v3.0 -b v3.0-branch OUTPUT_DIR="./Output" if [ -d "${OUTPUT_DIR}" ]; then rm -rf "${OUTPUT_DIR}" fi CONFIGURATION=Release...

Please see the feature request in Amplify iOS for macOS support. https://github.com/aws-amplify/amplify-ios/issues/1124 We currently do not support macOS with the AWS SDK. Our new Swift SDK which is currently in...

This app can be used to try out this new feature. Once `setup.sh` is run make sure to change to a branch which has this feature. It will not be...

@JyotsnaPiOSDEV I see you are directly using a `tokenValue` which is what will expire. Once it expires this connection will no longer be valid since it is not being refreshed....