From the course: Learning AWS Amplify (2020)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

AWS CocoaPods

AWS CocoaPods - Amazon Web Services (AWS) Tutorial

From the course: Learning AWS Amplify (2020)

Start my 1-month free trial

AWS CocoaPods

- [Instructor] So we used Amplify to configure our project as far as how AWS is concerned. Now we need to start configuring our project as far as Xcode is concerned. So we have in our folder the Xcode project, but we need to add CocoaPods to our project. If you don't have CocoaPods installed on your machine, you can go to CocoaPods.org and run the install command. Once you have CocoaPods installed, you can go to your project directory and run pod init. This will create for you a pod file. So we're going to edit that and specify what CocoaPods we want. So in Visual Studio Code, I'm going to open that file. So I'm going to go to file, open, and navigate desktop, Picogram, Picogram Podfile. And on line eight, we have this pods for Picogram. This is where we specify the CocoaPods we want to include in our project. So I'm going to specify three, so in line nine, I'll type Pod 'AWSUserPoolsSignIn' That's for the authentication,…

Contents