Chris Ameter
Chris Ameter
Hi @pokryfka, thanks for bringing this to our attention. aws-mobile-appsync-sdk-ios uses Travis CI, which [does not yet support Xcode 13](https://docs.travis-ci.com/user/reference/osx/#xcode-version). Until Xcode 13 is available in our CI pipeline, it...
@pokryfka Thanks for following up. We'll update the build and provide an update here when the new version is ready.
Thanks for reporting this. Can you provide some additional details such as your config with sensitive information removed and the code snippet you're using to initialize the AppSync client? Without...
Thanks for reporting this. We're tracking a [related issue here](https://github.com/aws-amplify/amplify-ios/issues/2152#issuecomment-1217173993).
@sebsto Thanks for reporting this! We created a [PR to fix the problem ](https://github.com/aws-amplify/amplify-ios/pull/2317). The fix has been merged and will be included in our next release, which should be...
Thanks for reporting this. Per our discussion on Discord, the betas are not supported, but we want to make sure we're aware of any issues to ensure they're resolved before...
We created a [PR to address this problem](https://github.com/aws-amplify/amplify-ios/pull/2317). The fix has been merged and will be included in our next release, which should be sometime next week. In the meantime,...
@knellr In addition to the questions above, are you using a Cognito User Pool for sign in or are you using federatedSignIn via the escape hatch. The latter will have...
This issue may be related to device migration via device to device transfer, iCloud restore, and/or backup/restore on a Mac. We will need to investigate further and attempt to reproduce...
Bi-direction support has been added in the Lazy Loading feature that was [released in version 2.4.0](https://github.com/aws-amplify/amplify-swift/releases/tag/2.4.0). This should address this issue. This support requires the lazy loading feature flag. Please...