aws-samples / lambda-refarch-mobilebackend

Serverless Reference Architecture for creating a Mobile Backend
Apache License 2.0
587 stars 113 forks source link

Update iOS Sample to compile on Xcode 9.4 #15

Open jameshartt opened 6 years ago

jameshartt commented 6 years ago

Been interested in using Lambda functions for a simple use case at https://www.shootmavis.com. My current expertise is iOS, so wanted to use the examples here to start creating my first few functions. But noticed the example for iOS was quite a bit out of date.

This PR contains various changes as described in detail, in the separate commits.

In summary, the changes are as follows:

The project now compiles, and will work if the steps in the README steps are followed.

jameshartt commented 6 years ago

Latest commit also updates pods, deals with warnings and errors

aolial commented 5 years ago

@jameshartt do you plan to update the project to Xcode 10 and Swift 4.2?