matthewfernst / Lynx

iOS App for Linking Slope Files for Mountain-UI
https://apps.apple.com/us/app/lynx-mountain-ui/id6474512871
MIT License
0 stars 1 forks source link

Add Amplify #1

Closed mrrosoff closed 1 year ago

mrrosoff commented 1 year ago

Adds the basic AWS Amplify files by running the needed amplify init commands.

On startup, Amplify is printing this message to the console.

An error occurred setting up Amplify: PluginError: Unable to decode configuration
Recovery suggestion: Make sure the plugin configuration is JSONValue

From a quick google, this is caused when the Amplify plugin cannot find the configuration json. I believe this is because Amplify was initialized in the incorrect directory, and needs to be moved inside of the Mountain-UI-Companion directory. I am not actually too sure what files Mountain-UI-Companion.xcodeproj contains.