AWS Amplify and XCode Swift package install problem

0

when adding amplify-swift to the XCode (12.3) package manager ( add package dependency ) it can not resolve package dependencies because amplify-swift >=2.0.0 contains incompatible tools versions tools versions and root depends on amplify-swift 2.15.1..<3.0.0, version solving failed. Using XCode 12.3 , anyone resolve this yet ?

Ron
asked 9 months ago351 views
1 Answer
0

I found a solution to adding amplify-swift to Xcode version 12.3. I picked an exact match amplify-swift package of 1.9.0. This loaded without any failures. I then selected the amplify library and clicked finish. It then loaded the Swift Package Dependency into XCode and showed it in the navigator. Hope this help someone else trying to integrate AWS Amplify into XCode and Swift.

cheers, Ron

Ron
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions