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

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:

Solution
To fix this error:
-
Modify the Podfile and save it.

Run
pod installagain.
Is this page helpful?