You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 enabling Google Analytics in the Firebase settings within FlutterFlow, the iOS build fails with the following error during the archive step:
Error (Xcode): Framework 'GoogleAppMeasurementIdentitySupport' not found
Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)
The build is done via FlutterFlow’s cloud build system, so I don’t have access to the underlying Podfile or Xcode project to manually resolve dependencies.
Expected Behavior
The iOS build should succeed with all Firebase dependencies properly linked, including those related to Google Analytics.
Steps to Reproduce
Steps to Reproduce:
Create a FlutterFlow app connected to Firebase
Enable Google Analytics in the Firebase console
Download and import the updated GoogleService-Info.plist into FlutterFlow
Trigger an iOS build for TestFlight
Build fails with missing framework error
Reproducible from Blank
The steps to reproduce above start from a blank project.
It looks like this issue is related more to the compilation process rather than something directly caused by FlutterFlow. Have you tried compiling the project multiple times to see if the error persists consistently?
Can we access your project?
Current Behavior
When enabling Google Analytics in the Firebase settings within FlutterFlow, the iOS build fails with the following error during the archive step:
Error (Xcode): Framework 'GoogleAppMeasurementIdentitySupport' not found
Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)
The build is done via FlutterFlow’s cloud build system, so I don’t have access to the underlying Podfile or Xcode project to manually resolve dependencies.
Expected Behavior
The iOS build should succeed with all Firebase dependencies properly linked, including those related to Google Analytics.
Steps to Reproduce
Steps to Reproduce:
Reproducible from Blank
Bug Report Code (Required)
ITFfhfHluJdOmN9A7YSILe1v9SEWJUscTbkz0tZ+bwohfLbnBO0EesjebhJLYteHfQlAA1qYgn4d+M7vjYfqGvcpEz+uY6Zyyq5XQTz/ZHOVb4ibPbmCbUd7HZlXGkOP4KavpSJACMVadVYB7zm2IvCrG3qCf9qOYwx5e6fDbOY=
Visual documentation
Complete error :
<style> body { color:#C8C8C8; overflow-x: hidden; padding-top: 0px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; font-family: monaco; } h4 { margin-bottom: 4px; font-weight: bold; color: #DF3F3F; } </style>Failed Step: Flutter build ipa and automatic versioning
Archiving com.scalabgames.reword.semantic...
Upgrading contents.xcworkspacedata
Updating project for Xcode compatibility.
Upgrading project.pbxproj
Upgrading Runner.xcscheme
Upgrading Info.plist
Removing script build phase dependency analysis.
Adding input path to Thin Binary build phase.
Automatically signing iOS for device deployment using specified development team in Xcode project: [MASQUED]
Running pod install... 8.3s
Running Xcode build...
Xcode archive done. 139.5s
Failed to build iOS app
Error (Xcode): Framework 'GoogleAppMeasurementIdentitySupport' not found
Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)
Encountered error while archiving for device.
Build failed :|
Step 11 script
Flutter build ipa and automatic versioning
exited with status code 1Environment
Additional Information
I added a bug report from random widget as it concerns build.
The text was updated successfully, but these errors were encountered: