Update Yoga.podspec: fixes archiving for macos catalyst on react-native 0.73.1 in xcode#42159
Update Yoga.podspec: fixes archiving for macos catalyst on react-native 0.73.1 in xcode#42159kesha-antonov wants to merge 1 commit into
Conversation
|
@arushikesarwani94 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
@arushikesarwani94 merged this pull request in aa2d613. |
|
@kesha-antonov we will have to revert this PR because it isn't the right fix. |
…react-native 0.73.1 in xcode" Summary: PR #42159 was working but it was the wrong fix. The right fix is to use the `"PUBLIC_HEADERS_FOLDER_PATH"` Xcode build setting instead. bypass-github-export-checks ## Changelog: [iOS][Changed] - Revert "Update Yoga.podspec: fixes archiving for macos catalyst on react-native 0.73.1 in xcode" ## Facebook: Original commit changeset: 21b9b3568986 Original Phabricator Diff: D52624342 Reviewed By: arushikesarwani94 Differential Revision: D52656133 fbshipit-source-id: 84a37fe3fca57d5e34139c17c6c1957fe8d40aaf
|
This pull request has been reverted by a4231a7. |
What do we need to pass to I've tried and it doesn't work When I try to archive it still shows error when trying to import headers The missing file that we see in the error is located here |
|
So I tried to use But better solution is to use
|
Moreover, we have So I don't think it changes anything when we set it in podspec Here's screenshot from xcode with default
|
|
I checked main branch. Apparently I made fix for 0.73.1 but commited in 0.74 |
Summary: Hi When I tried to archive macos catalyst app in Xcode I got errors: <img width="977" alt="Screenshot 2024-02-05 at 00 03 32" src="https://github.com/kesha-antonov/react-native/assets/11584712/b83f75a5-b42f-42e4-9afa-1e2527501baa"> This PR fixes archiving by linking PrivateHeaders in yoga.framework <img width="399" alt="Screenshot 2024-02-05 at 01 03 48" src="https://github.com/kesha-antonov/react-native/assets/11584712/089080ad-b1dc-4703-9273-d8aa3253205e"> <img width="1404" alt="Screenshot 2024-02-05 at 01 05 18" src="https://github.com/kesha-antonov/react-native/assets/11584712/5263cb80-8a53-4a51-bcfc-9d3a2ba739b4"> Prev PR here react/react-native#42159 ## Changelog: [IOS] [FIXED] - fixed archiving for Mac Catalyst X-link: react/react-native#42847 Reviewed By: NickGerleman Differential Revision: D53920474 Pulled By: cipolleschi fbshipit-source-id: 0534d9aa9d249e4e0c35ada0464c38c291be7f84
Summary: Hi When I tried to archive macos catalyst app in Xcode I got errors: <img width="977" alt="Screenshot 2024-02-05 at 00 03 32" src="https://github.com/kesha-antonov/react-native/assets/11584712/b83f75a5-b42f-42e4-9afa-1e2527501baa"> This PR fixes archiving by linking PrivateHeaders in yoga.framework <img width="399" alt="Screenshot 2024-02-05 at 01 03 48" src="https://github.com/kesha-antonov/react-native/assets/11584712/089080ad-b1dc-4703-9273-d8aa3253205e"> <img width="1404" alt="Screenshot 2024-02-05 at 01 05 18" src="https://github.com/kesha-antonov/react-native/assets/11584712/5263cb80-8a53-4a51-bcfc-9d3a2ba739b4"> Prev PR here #42159 ## Changelog: [IOS] [FIXED] - fixed archiving for Mac Catalyst Pull Request resolved: #42847 Test Plan: Try archive react-native tester app for macos catalyst in Xcode Reviewed By: NickGerleman Differential Revision: D53920474 Pulled By: cipolleschi fbshipit-source-id: 0534d9aa9d249e4e0c35ada0464c38c291be7f84
Summary: Hi When I tried to archive macos catalyst app in Xcode I got errors: <img width="977" alt="Screenshot 2024-02-05 at 00 03 32" src="https://github.com/kesha-antonov/react-native/assets/11584712/b83f75a5-b42f-42e4-9afa-1e2527501baa"> This PR fixes archiving by linking PrivateHeaders in yoga.framework <img width="399" alt="Screenshot 2024-02-05 at 01 03 48" src="https://github.com/kesha-antonov/react-native/assets/11584712/089080ad-b1dc-4703-9273-d8aa3253205e"> <img width="1404" alt="Screenshot 2024-02-05 at 01 05 18" src="https://github.com/kesha-antonov/react-native/assets/11584712/5263cb80-8a53-4a51-bcfc-9d3a2ba739b4"> Prev PR here react/react-native#42159 ## Changelog: [IOS] [FIXED] - fixed archiving for Mac Catalyst X-link: react/react-native#42847 Reviewed By: NickGerleman Differential Revision: D53920474 Pulled By: cipolleschi fbshipit-source-id: 0534d9aa9d249e4e0c35ada0464c38c291be7f84



Hi
Summary:
When I tried to archive macos catalyst app in Xcode I got error:
This PR fixes archiving
Changelog:
[IOS] [FIXED] - fixed archiving for macos catalyst on react-native 0.73.1 in xcode
Test Plan:
Try archive react-native tester app for macos catalyst in Xcode