-
Notifications
You must be signed in to change notification settings - Fork 25k
fix(iOS): enable DEFINES_MODULE in React-jsc
#51160
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
Conversation
|
Have you tried using the community package? |
|
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
@cipolleschi merged this pull request in 473e42b. |
|
This pull request was successfully merged by @krozniata in 473e42b When will my fix make it into a release? | How to file a pick request? |
Summary: Enables `DEFINES_MODULE` in `React-jsc.podspec` After upgrading app to RN `0.79`, when installing pods with JSC enabled there is an error being thrown that `The following Swift pods cannot yet be integrated as static libraries` `The Swift pod 'RNFlashList' depends upon 'React-jsc', which does not define modules. ...` when installing packages that use Swift ## Changelog: [IOS] [CHANGED] - enable `DEFINES_MODULE` in `React-jsc.podspec` Pull Request resolved: #51160 Test Plan: RNTester runs and builds correctly Reviewed By: huntie Differential Revision: D74325357 Pulled By: cipolleschi fbshipit-source-id: b994b7e678633440d5e362ae6965b2d5188d34f1
|
This pull request was successfully merged by @krozniata in 1c22a46 When will my fix make it into a release? | How to file a pick request? |
Summary: Enables `DEFINES_MODULE` in `React-jsc.podspec` After upgrading app to RN `0.79`, when installing pods with JSC enabled there is an error being thrown that `The following Swift pods cannot yet be integrated as static libraries` `The Swift pod 'RNFlashList' depends upon 'React-jsc', which does not define modules. ...` when installing packages that use Swift ## Changelog: [IOS] [CHANGED] - enable `DEFINES_MODULE` in `React-jsc.podspec` Pull Request resolved: #51160 Test Plan: RNTester runs and builds correctly Reviewed By: huntie Differential Revision: D74325357 Pulled By: cipolleschi fbshipit-source-id: b994b7e678633440d5e362ae6965b2d5188d34f1
|
This pull request was successfully merged by @krozniata in c8fcac2 When will my fix make it into a release? | How to file a pick request? |
Summary:
Enables
DEFINES_MODULEinReact-jsc.podspecAfter upgrading app to RN
0.79, when installing pods with JSC enabled there is an error being thrown thatThe following Swift pods cannot yet be integrated as static librariesThe Swift pod 'RNFlashList' depends upon 'React-jsc', which does not define modules. ...when installing packages that use Swift
Changelog:
[IOS] [CHANGED] - enable
DEFINES_MODULEinReact-jsc.podspecTest Plan:
RNTester runs and builds correctly