-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
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 #42159
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. |
…ve 0.73.1 in xcode (facebook#42159) Summary: Hi When I tried to archive macos catalyst app in Xcode I got error: <img width="994" alt="Screenshot 2024-01-06 at 18 02 07" src="https://github.com/facebook/react-native/assets/11584712/5b334c79-c795-4c29-a6b5-65a024926cb7"> <img width="910" alt="Screenshot 2024-01-06 at 18 02 40" src="https://github.com/facebook/react-native/assets/11584712/dba51fc7-8b1e-4a00-b507-ea773c5b5fdf"> This PR fixes archiving ## Changelog: [IOS] [FIXED] - fixed archiving for macos catalyst on react-native 0.73.1 in xcode Pull Request resolved: facebook#42159 Test Plan: Try archive react-native tester app for macos catalyst in Xcode Reviewed By: christophpurrer Differential Revision: D52624342 Pulled By: arushikesarwani94 fbshipit-source-id: 21b9b3568986f63f169f11cedc6cea2237d3e2c5
@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. |
…ve 0.73.1 in xcode (facebook#42159) Summary: Hi When I tried to archive macos catalyst app in Xcode I got error: <img width="994" alt="Screenshot 2024-01-06 at 18 02 07" src="https://github.com/facebook/react-native/assets/11584712/5b334c79-c795-4c29-a6b5-65a024926cb7"> <img width="910" alt="Screenshot 2024-01-06 at 18 02 40" src="https://github.com/facebook/react-native/assets/11584712/dba51fc7-8b1e-4a00-b507-ea773c5b5fdf"> This PR fixes archiving ## Changelog: [IOS] [FIXED] - fixed archiving for macos catalyst on react-native 0.73.1 in xcode Pull Request resolved: facebook#42159 Test Plan: Try archive react-native tester app for macos catalyst in Xcode Reviewed By: christophpurrer Differential Revision: D52624342 Pulled By: arushikesarwani94 fbshipit-source-id: 21b9b3568986f63f169f11cedc6cea2237d3e2c5
…react-native 0.73.1 in xcode" Summary: PR facebook#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
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 facebook/react-native#42159 ## Changelog: [IOS] [FIXED] - fixed archiving for Mac Catalyst X-link: facebook/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 facebook/react-native#42159 ## Changelog: [IOS] [FIXED] - fixed archiving for Mac Catalyst X-link: facebook/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