Github Monday Hero Starter Project Troubleshooting

Monday Hero provides a base project on GitHub to expedite the synchronization process. On this page, we'll address the known issues you might encounter with the template project.

CocoaPods error:

If you encounter this error in the terminal:

Fix it by following the steps below:

  1. Navigate to iOS/podfile.

  2. Uncomment the line 'platform :ios, '12.0'' as shown below.

    platform :ios, '12.0'
  1. Comment or delete the lines below.

  1. Go to the terminal and run 'Flutter clean' followed by 'Flutter pub get'.

You're all set.

Last updated