You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AWS Swift SDK does not work when installed from the main branch unless significant local setup is performed (see the steps listed in this repo's Package.swift file.)
It is desired that a tester could require this package like so:
and have it install from this repo's main branch, with the Swift SDK already generated, and dependencies smithy-swift and aws-crt-swift installed from their main branches, too.
Context
This is causing difficulty for testers who are not Swift SDK developers, but are attempting to use & test unreleased changes to the SDK.
The text was updated successfully, but these errors were encountered:
Description
The AWS Swift SDK does not work when installed from the
main
branch unless significant local setup is performed (see the steps listed in this repo'sPackage.swift
file.)It is desired that a tester could require this package like so:
and have it install from this repo's
main
branch, with the Swift SDK already generated, and dependenciessmithy-swift
andaws-crt-swift
installed from theirmain
branches, too.Context
This is causing difficulty for testers who are not Swift SDK developers, but are attempting to use & test unreleased changes to the SDK.
The text was updated successfully, but these errors were encountered: