Skip to content

iOS Podfile export missing dependencies section #7447

Description

@RodGoMightyOak

Can we access your project?

  • I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.

Current Behavior

When exporting code to GitHub from FlutterFlow, the generated iOS Podfile is missing the dependencies section. It only contains a post_install do block with no platform, target, or pod declarations.

Error when building in Codemagic: "The Podfile does not contain any dependencies" (illustrated on image error message below)

GitHub repo: https://github.com/RodGoMightyOak/gorunboard

Steps to reproduce:

  1. Export code to GitHub from FlutterFlow
  2. Run Codemagic build for iOS
  3. Build fails at pod install step with "The Podfile does not contain any dependencies"

Impact: Blocking App Store submission for iOS app

Expected Behavior

The exported iOS Podfile should contain a complete dependencies section with:

  • platform :ios declaration
  • target 'Runner' block
  • Flutter pod declarations
  • All Firebase and other package dependencies
  • post_install hooks

Steps to Reproduce

  1. In FlutterFlow editor, go to Publish > Export Code
  2. Wait for export to complete and push to GitHub
  3. Pull the code locally
  4. Run Codemagic build for iOS
  5. Build fails at "pod install" step with error: "The Podfile does not contain any dependencies"

Reproducible from Blank

  • The steps to reproduce above start from a blank project.

Bug Report Code (Required)

IT4glMjf5c12pbxY0M/+LO9aoyc4OWE3bYc0sNobbxAjIoDoPJkUafekMlppYN+/YFFHKEWLuEgd08mKi/z9LO44Fyysb4Bm/6pbEA7NTTq/aoSpEriSQWt6M51PGnaz0J2jmyV7IbZ2SVYb2WWDe+6vYHXqQrn7Zwh9f6PHaOI=

Visual documentation

Image Image

Environment

- FlutterFlow version: 
- Platform:
- Browser name and version:
- Operating system and version affected:

Additional Information

Blocking App Store submission for iOS release.

Repository: https://github.com/RodGoMightyOak/gorunboard

When exported, the Podfile only contains the post_install block - missing all platform, target, and pod dependency declarations that are required for CocoaPods to function.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions