-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update aws-crt-swift dependency to fix a crash #3518
Comments
@maxchuquimia Thanks for raising the issue. We are currently working on updating the swift dependency to the latest release version. The latest version of the Swift SDK defaults the networking layer to use Foundation API's rather than Hopefully the update will help you avoid this issue altogether. Let me know if you have any concerns or thoughts? I will keep this issue updated with further progress. |
This has been identified as a feature request. If this feature is important to you, we strongly encourage you to give a 👍 reaction on the request. This helps us prioritize new features most important to you. Thank you! |
Cheers @harsh62! Either way sounds like it will solve the issue, thank you 😊 |
Hey, Is there any ETA when this can be address by the swift-sdk update? We are experienccing one of the crashes that is marked "to-be-fixed" by this change and we'd like to understand the timelines if any? Thanks! |
@fzy-spyro I am actively working on updating the dependency. There are still some small behavioural changes that I am ironing out. I'll post an update on the PR and on the issue in the next couple of days. |
@fzy-spyro @maxchuquimia Amplify has updated the SDK dependency and pushed out a new update. i.e. 2.27.0. This update uses Foundation as the default network client on iOS and you should not experience the CRT issue. Please reopen the issue with more details, if you are still experiencing this issue. |
|
Describe the bug
A crash was fixed in
aws-crt-swift
version0.23.0
(see https://github.com/awslabs/aws-crt-swift/releases/tag/0.23.0)amplify-swift
is currently pointing toaws-crt-swift
version0.17.0
.Can you update the
aws-crt-swift
version to the latest one in the next release? Thanks!Steps To Reproduce
Expected behavior
Force unwrapping should be avoided
Amplify Framework Version
2.25.4
Amplify Categories
Auth
Dependency manager
Swift PM
Swift version
5.8
CLI version
None
Xcode version
15.2 (15C500b)
Relevant log output
Is this a regression?
No
Regression additional context
No response
Platforms
iOS
OS Version
Any
Device
Any
Specific to simulators
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: