-
-
Notifications
You must be signed in to change notification settings - Fork 85
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: react native 0.73.x build failing when new arch is enabled on iOS #304
Conversation
@Mhp23 thank you for your PR! @Mhp23 is it kind of a change for all libraries? I'm not using Also will it be compatible with older RN versions? (though I think CI should tell me about it, since I'm still building on RN 0.72) |
@kirillzyusko, you're welcome. |
@Mhp23 I have several questions :)
|
## 📜 Description Build iOS projects when main .podspec file is changed. ## 💡 Motivation and Context Was discovered in #304 ## 📢 Changelog ### CI - added `'react-native-keyboard-controller.podspec'` to `paths`; ## 🤔 How Has This Been Tested? Tested on CI. ## 📝 Checklist - [x] CI successfully passed
As mentioned before, this issue may be related to React Native and could be resolved in the future, or with specific configurations, such as adding or removing certain elements and using |
@kirillzyusko No problem, |
d82a784
to
69b63d7
Compare
@Mhp23 it feels like the fix with So as a temporary solution I'm happy to go with this fix (most likely I'll publish a new version under Thank you for your contribution! |
📜 Description
Updating Pod to add Yoga style to HEADER_SEARCH_PATHS for new architecture
💡 Motivation and Context
For react native (0.73.X) build failing when new architecture is enabled on iOS.
📢 Changelog
Fix:
yoga/style/Style.h
not found when new arch is enabled on iOSiOS
yoga/style/Style.h
header has added toHEADER_SEARCH_PATHS
on iOS Pods.🤔 How Has This Been Tested?
📸 Screenshots (if appropriate):
📝 Checklist