Update podspecs for latest Fabric changes#28584
Update podspecs for latest Fabric changes#28584empyrical wants to merge 3 commits intofacebook:masterfrom
Conversation
Base commit: 4305a29 |
Base commit: 4305a29 |
facebook-github-bot
left a comment
There was a problem hiding this comment.
@mdvacca has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
It looks like the test_ios_detox_frameworks and test_ios_unit_frameworks failures on Circle CI are legit (we fixed these in master last week). To reproduce locally: Output: |
|
Thanks, I'll take a look at that |
|
Instead of removing those headers from |
facebook-github-bot
left a comment
There was a problem hiding this comment.
@hramos has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
This pull request was successfully merged by @empyrical in fb2a776. When will my fix make it into a release? | Upcoming Releases |
Summary: This pull request updates the Podspecs to reflect recent changes to Fabric, so they build with Fabric enabled again. In `React-Fabric.podspec`, subspecs for the views `legacyviewmanagerinterop`, `safeareaview`, `textinput`, and `unimplementedview` are added. A minor tweak to the subspec for `rncore` was added blacklisting two codegen-generated files that have issues building, but are not actually needed yet and are empty. In `React-graphics.podspec`, the header paths for Boost were added. This is partially a retread of facebook#26805, which had to be backed out due to issues with the changes to the Yoga podspec. ## Changelog [Internal] [Fixed] - Fixed building Fabric with the Cocoapods Pull Request resolved: facebook#28584 Test Plan: RNTester can now compile. Reviewed By: shergin Differential Revision: D20966065 Pulled By: hramos fbshipit-source-id: 73931be63b72fcb52705643f81c0f787e571eb76 (cherry picked from commit fb2a776)
Summary: This pull request updates the Podspecs to reflect recent changes to Fabric, so they build with Fabric enabled again. In `React-Fabric.podspec`, subspecs for the views `legacyviewmanagerinterop`, `safeareaview`, `textinput`, and `unimplementedview` are added. A minor tweak to the subspec for `rncore` was added blacklisting two codegen-generated files that have issues building, but are not actually needed yet and are empty. In `React-graphics.podspec`, the header paths for Boost were added. This is partially a retread of facebook#26805, which had to be backed out due to issues with the changes to the Yoga podspec. ## Changelog [Internal] [Fixed] - Fixed building Fabric with the Cocoapods Pull Request resolved: facebook#28584 Test Plan: RNTester can now compile. Reviewed By: shergin Differential Revision: D20966065 Pulled By: hramos fbshipit-source-id: 73931be63b72fcb52705643f81c0f787e571eb76 (cherry picked from commit fb2a776)
Summary
This pull request updates the Podspecs to reflect recent changes to Fabric, so they build with Fabric enabled again.
In
React-Fabric.podspec, subspecs for the viewslegacyviewmanagerinterop,safeareaview,textinput, andunimplementedvieware added. A minor tweak to the subspec forrncorewas added blacklisting two codegen-generated files that have issues building, but are not actually needed yet and are empty.In
React-graphics.podspec, the header paths for Boost were added.This is partially a retread of #26805, which had to be backed out due to issues with the changes to the Yoga podspec.
Changelog
[Internal] [Fixed] - Fixed building Fabric with the Cocoapods
Test Plan
RNTester can now compile.