Can we access your project?
Current Behavior
When deploying the iOS app from FlutterFlow, the generated ImageNotification extension target uses automatic signing but does not receive a DEVELOPMENT_TEAM value for Debug, Release, or Profile.
The main Runner target signs correctly, but the extension fails with:
Signing for "ImageNotification" requires a development team.
The generated extension bundle ID is com.mycompany.toolio.ImageNotification. Manually editing the generated Xcode project would only be temporary because FlutterFlow regenerates project.pbxproj on deployment.
Expected Behavior
FlutterFlow should assign the same Apple Development Team used by the Runner target to the generated ImageNotification extension target for all build configurations.
For this project, the Team ID is TWA3YQZ4Q9.
The generated extension should therefore include DEVELOPMENT_TEAM = TWA3YQZ4Q9 for Debug, Release, and Profile so the app can be signed and deployed to the App Store through FlutterFlow without manual Xcode changes.
Steps to Reproduce
- Open the Toolio project in FlutterFlow.
- Ensure iOS deployment is configured with the Apple Developer Team and valid App Store Connect credentials.
- Keep Push Notifications enabled so FlutterFlow generates the ImageNotification extension target.
- Deploy/build the iOS app through FlutterFlow.
- Observe that the main Runner target signs correctly.
- The build then fails on the generated ImageNotification target with:
Signing for "ImageNotification" requires a development team.
- Inspect the generated Xcode project and confirm that ImageNotification has CODE_SIGN_STYLE = Automatic but no DEVELOPMENT_TEAM value for Debug, Release, or Profile.
The issue reproduces on this project without any manual Xcode changes.
Reproducible from Blank
Bug Report Code (Required)
ITFXz8mAsIxNobVE0Jf6dsZGgiIwGVAbUOc7j9VEGAsjCePkB+wAYvf7P1FWTsO0YEFXe0SmmnE0wd7xkvLPJcc3NSWubLp7+M12SQrxf3yVa5OBDLqefn9RM+JUJm6E0KS42CRDIuhZdFoZ1DmTNefJTg7aJ4TpImdISq/LZO4=
Visual documentation
The attached build output shows the iOS deployment failing because the generated ImageNotification extension target does not have a Development Team assigned.
Error:
Signing for "ImageNotification" requires a development team.
The main Runner target is configured correctly. The issue is isolated to the FlutterFlow-generated ImageNotification extension.
Environment
FlutterFlow version: Current web version (30 August 2026)
Platform: Web
Browser name and version: Google Chrome
Operating system and version affected: Windows 11
Deployment target: iOS / Apple App Store
iOS build target affected: ImageNotification extension
FlutterFlow project: toolio-v0hx3k
Additional Information
No response
Can we access your project?
Current Behavior
When deploying the iOS app from FlutterFlow, the generated ImageNotification extension target uses automatic signing but does not receive a DEVELOPMENT_TEAM value for Debug, Release, or Profile.
The main Runner target signs correctly, but the extension fails with:
Signing for "ImageNotification" requires a development team.
The generated extension bundle ID is com.mycompany.toolio.ImageNotification. Manually editing the generated Xcode project would only be temporary because FlutterFlow regenerates project.pbxproj on deployment.
Expected Behavior
FlutterFlow should assign the same Apple Development Team used by the Runner target to the generated ImageNotification extension target for all build configurations.
For this project, the Team ID is TWA3YQZ4Q9.
The generated extension should therefore include DEVELOPMENT_TEAM = TWA3YQZ4Q9 for Debug, Release, and Profile so the app can be signed and deployed to the App Store through FlutterFlow without manual Xcode changes.
Steps to Reproduce
Signing for "ImageNotification" requires a development team.
The issue reproduces on this project without any manual Xcode changes.
Reproducible from Blank
Bug Report Code (Required)
ITFXz8mAsIxNobVE0Jf6dsZGgiIwGVAbUOc7j9VEGAsjCePkB+wAYvf7P1FWTsO0YEFXe0SmmnE0wd7xkvLPJcc3NSWubLp7+M12SQrxf3yVa5OBDLqefn9RM+JUJm6E0KS42CRDIuhZdFoZ1DmTNefJTg7aJ4TpImdISq/LZO4=
Visual documentation
The attached build output shows the iOS deployment failing because the generated ImageNotification extension target does not have a Development Team assigned.
Error:
Signing for "ImageNotification" requires a development team.
The main Runner target is configured correctly. The issue is isolated to the FlutterFlow-generated ImageNotification extension.
Environment
Additional Information
No response