Flutter Project Access Operation Guide

Updated at:

This guide covers how to access a Flutter project using the mPaaS framework with the CocoaPods plug-in, and how to fix a common pod install error.

Prerequisites

Before you begin, make sure you have:

  • Xcode installed

  • A Flutter project created

image.png

Access procedure

For step-by-step instructions on integrating a Flutter project with the mPaaS framework, see Access a Flutter project by using CocoaPods.

Troubleshoot pod install errors

When a Flutter project uses the CocoaPods-mPaaS plug-in to access the mPaaS framework, the following error may occur during pod install:

image.png

Solution

To fix this error:

  1. Modify the Podfile and save it.

    image.png

  2. Run pod install again.