Skip to content

ZipBuilder workaround #7286

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

Merged
merged 1 commit into from
Jan 12, 2021
Merged

ZipBuilder workaround #7286

merged 1 commit into from
Jan 12, 2021

Conversation

paulb777
Copy link
Member

@paulb777 paulb777 commented Jan 11, 2021

Workaround for crash exposed by different tvOS installation. Fixed in #7284

Keep the workaround longer term to be conservative about preferring the installation form the first platform (iOS) instead of the last (tvOS).

#no-changelog

Comment on lines +247 to +252
// Be conservative and favor iOS if it exists - and workaround
// bug where Firebase.h doesn't get installed for tvOS and macOS.
// Fixed in #7284.
if podsBuilt[podName] == nil {
podsBuilt[podName] = podInfo
}
Copy link
Member

Choose a reason for hiding this comment

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

This will only work if iOS is specified first, right?

Copy link
Member Author

Choose a reason for hiding this comment

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

Right.

@paulb777 paulb777 merged commit 3721a5b into release-7.4 Jan 12, 2021
@paulb777 paulb777 deleted the pb-zb-conservative branch January 12, 2021 15:20
@firebase firebase locked and limited conversation to collaborators Feb 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants