Flutter Podfile and Pods folders not created in ios directory

前端 未结 5 770
日久生厌
日久生厌 2021-02-06 06:22

Created a new flutter project from Android Studio using the wizard.

Newly created project folder does not have any of the Pods folders or podfile in the ios directory.

5条回答
  •  礼貌的吻别
    2021-02-06 06:33

    Once you run flutter build ios a Podfile and Podfile.lock will be created for you in the ios directory.

    Follow the steps in the deploy steps official documentation.

提交回复
热议问题