Github Monday Hero Starter Project Troubleshooting
Last updated
Last updated
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:
Navigate to iOS/podfile.
Uncomment the line 'platform :ios, '12.0'' as shown below.
Comment or delete the lines below.
Go to the terminal and run 'Flutter clean' followed by 'Flutter pub get'.
You're all set.