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

fix(ios, flipper): update flipper sub-pods to support macCatalyst #33406

Closed
wants to merge 1 commit into from

Commits on Mar 10, 2022

  1. fix(ios, flipper): update flipper sub-pods to support macCatalyst

    Flipper-DoubleConversion and Flipper-Glog iOS pods received a build optimization
    a few versions back that pre-compiled the pods and references the xcframework slices
    
    Unfortunately, the pre-compile did not include macCatalyst slices, so this disabled support
    for flipper on macOS for react-native 0.65
    
    @lblasa has re-compiled the pods with the macCatalyst slices added
    
    See facebook/flipper#3117
    mikehardy committed Mar 10, 2022
    Copy the full SHA
    983bad1 View commit details
    Browse the repository at this point in the history