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.
Adds the basic AWS Amplify files by running the needed
amplify init
commands.On startup, Amplify is printing this message to the console.
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 filesMountain-UI-Companion.xcodeproj
contains.