Skip to content
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

Add DataConnect product definition to build.sh #14527

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

aashishpatil-g
Copy link
Contributor

@aashishpatil-g aashishpatil-g commented Mar 4, 2025

The build script is reused by DataConnect which needs a min deployment target of 15.0. Without this, some integration tests are failing due to version check.

FYI -
Workflow definition where the build script is invoked
https://github.com/firebase/data-connect-ios-sdk/blob/main/.github/workflows/spm.yml#L77

Error ->
https://github.com/firebase/data-connect-ios-sdk/actions/runs/13660926083/job/38191785059?pr=43#step:7:1814

The build script is reused by DataConnect which needs a min deployment target of 15.0. Without this, some integration tests are failing due to version check.
Copy link
Member

@ncooke3 ncooke3 left a comment

Choose a reason for hiding this comment

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

LGTM. Do you understand why this issue appeared now rather than earlier?

@aashishpatil-g aashishpatil-g merged commit c869f57 into main Mar 4, 2025
47 checks passed
@aashishpatil-g aashishpatil-g deleted the ap/dataconnect-build-script branch March 4, 2025 23:13
@aashishpatil-g
Copy link
Contributor Author

LGTM. Do you understand why this issue appeared now rather than earlier?

It occurs in our generated code within Integration tests. We were not running integration tests in Git. I used to run them manually within my IDE. It showed up when I started executing them within git which has a lower platform target.

@ncooke3
Copy link
Member

ncooke3 commented Mar 4, 2025

makes sense, thanks!

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.

2 participants