Skip to content

Conversation

@itaybre
Copy link

@itaybre itaybre commented Dec 10, 2025

Fixes some of the issues when building with Cocoa v9

GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Inconsistent iOS deployment target versions across configurations

The IPHONEOS_DEPLOYMENT_TARGET is set inconsistently across the project. The project-level configurations (Debug, Release, Profile) are set to 15.6, while the target-level configurations and the Podfile use 15.0. This mismatch can cause build warnings, unexpected behavior, or compatibility issues when different parts of the build system expect different minimum iOS versions.

Additional Locations (2)

Fix in Cursor Fix in Web

@buenaflor
Copy link
Contributor

I think we can skip work on integrating Cocoa v9 for now, we won't be able to use it on Flutter anytime soon since it bumps the min iOS version

@denrase
Copy link
Collaborator

denrase commented Dec 15, 2025

@buenaflor If the cocoa SDK bumps the iOS version, we should consider doing this sooner. But as this is a breaking change, you probably want to do this in a major version, right?

@buenaflor
Copy link
Contributor

@denrase yea we don't wanna do this now, only in a new major

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants