Can we access your project?
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:
- Export code to GitHub from FlutterFlow
- Run Codemagic build for iOS
- 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
- In FlutterFlow editor, go to Publish > Export Code
- Wait for export to complete and push to GitHub
- Pull the code locally
- Run Codemagic build for iOS
- Build fails at "pod install" step with error: "The Podfile does not contain any dependencies"
Reproducible from Blank
Bug Report Code (Required)
IT4glMjf5c12pbxY0M/+LO9aoyc4OWE3bYc0sNobbxAjIoDoPJkUafekMlppYN+/YFFHKEWLuEgd08mKi/z9LO44Fyysb4Bm/6pbEA7NTTq/aoSpEriSQWt6M51PGnaz0J2jmyV7IbZ2SVYb2WWDe+6vYHXqQrn7Zwh9f6PHaOI=
Visual documentation
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.
Can we access your project?
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:
Impact: Blocking App Store submission for iOS app
Expected Behavior
The exported iOS Podfile should contain a complete dependencies section with:
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
IT4glMjf5c12pbxY0M/+LO9aoyc4OWE3bYc0sNobbxAjIoDoPJkUafekMlppYN+/YFFHKEWLuEgd08mKi/z9LO44Fyysb4Bm/6pbEA7NTTq/aoSpEriSQWt6M51PGnaz0J2jmyV7IbZ2SVYb2WWDe+6vYHXqQrn7Zwh9f6PHaOI=
Visual documentation
Environment
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.