Skip to content

[iOS Build] Error: Framework 'GoogleAppMeasurementIdentitySupport' not found when Google Analytics is enabled #5975

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 of 2 tasks
kaliseo opened this issue Jun 11, 2025 · 1 comment
Assignees
Labels
status: needs information More information/context is needed for assessment. Triage in progress

Comments

@kaliseo
Copy link

kaliseo commented Jun 11, 2025

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 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:

  1. Create a FlutterFlow app connected to Firebase
  2. Enable Google Analytics in the Firebase console
  3. Download and import the updated GoogleService-Info.plist into FlutterFlow
  4. Trigger an iOS build for TestFlight
  5. Build fails with missing framework error

Reproducible from Blank

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

Bug Report Code (Required)

ITFfhfHluJdOmN9A7YSILe1v9SEWJUscTbkz0tZ+bwohfLbnBO0EesjebhJLYteHfQlAA1qYgn4d+M7vjYfqGvcpEz+uY6Zyyq5XQTz/ZHOVb4ibPbmCbUd7HZlXGkOP4KavpSJACMVadVYB7zm2IvCrG3qCf9qOYwx5e6fDbOY=

Visual documentation

Image

Image

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

Found build number 30 from TestFlight version 1.0.4

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 1

Environment

FlutterFlow version: 6.0.10
Firebase Analytics: ✅ Enabled
Platform: iOS (TestFlight build)
Build method: FlutterFlow cloud build
App ID: com.scalabgames.reword.semantic (if relevant)

Additional Information

I added a bug report from random widget as it concerns build.

@kaliseo kaliseo added the status: needs triage A potential issue that has not been confirmed as a bug. label Jun 11, 2025
@Alezanello Alezanello self-assigned this Jun 11, 2025
Copy link
Collaborator

Hi there!

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?

@Alezanello Alezanello removed the status: needs triage A potential issue that has not been confirmed as a bug. label Jun 11, 2025
@Alezanello Alezanello added status: needs information More information/context is needed for assessment. Triage in progress labels Jun 11, 2025 — with Linear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs information More information/context is needed for assessment. Triage in progress
Projects
None yet
Development

No branches or pull requests

2 participants