Skip to content

Conversation

@EArminjon
Copy link
Contributor

@EArminjon EArminjon commented May 23, 2025

Description

iOS build phases order is wrong : #394

This PR try to fix the issue.

Type of Change

  • feat -- New feature (non-breaking change which adds functionality)
  • 🛠️ fix -- Bug fix (non-breaking change which fixes an issue)
  • ! -- Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 refactor -- Code refactor
  • ci -- Build configuration change
  • 📝 docs -- Documentation
  • 🗑️ chore -- Chore

@EArminjon EArminjon changed the title Fix: Change iOS build phase order fix: Change iOS build phase order May 23, 2025
@russellwheatley
Copy link
Member

Hey @EArminjon - This isn't doing what you think it is doing. It is simply adding commands to the FlutterFire CLI.

The code that adds the scripts to build phases is here: https://github.com/invertase/flutterfire_cli/blob/main/packages/flutterfire_cli/lib/src/firebase/firebase_apple_writes.dart#L227-L233

As you can see, the bundle service file script is written before debug symbol script. I don't think that is the problem you're experiencing.

@github-actions github-actions bot added the Needs Attention OP created or responded to issue and it needs attention. label May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Needs Attention OP created or responded to issue and it needs attention.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants