Install native iOS pod in flutter Install native iOS pod in flutter flutter flutter

Install native iOS pod in flutter


There may be problems in the PodFile due to unmatched Targets.When this happens to me, I used these simple steps.

  1. Delete Podfile
  2. Open Terminal at the specific file
  3. Pod init
  4. Open Podfile and adds Dependencies
  5. Pod install