-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
YogaKit for non-swift iOS projects #565
Comments
This was referenced Jul 13, 2017
facebook-github-bot
pushed a commit
that referenced
this issue
Nov 7, 2019
Summary: Adds swift extension file as a separate subspec, as it is not required for the objc projects. Also this fixes the current issue where the flipper sample app fails to build on xcode 11, as it fails to link the Swift specific literals. Fixes this too #565 Reviewed By: SidharthGuglani Differential Revision: D18373993 fbshipit-source-id: 0c058886a837c7ceafcd0167f878b3e0f7763aa1
tobster-de
pushed a commit
to RECOMGmbH/Yoga
that referenced
this issue
Oct 30, 2020
Summary: Adds swift extension file as a separate subspec, as it is not required for the objc projects. Also this fixes the current issue where the flipper sample app fails to build on xcode 11, as it fails to link the Swift specific literals. Fixes this too facebook#565 Reviewed By: SidharthGuglani Differential Revision: D18373993 fbshipit-source-id: 0c058886a837c7ceafcd0167f878b3e0f7763aa1
It looks like this was resolved by the linked commit. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently when YogaKit is installed it brings some swift into project (and for some projects it might be a problem, bundle size for example).
I propose to bring YogaKit swift extensions as separate podspec or subspec, to give a choice:
The text was updated successfully, but these errors were encountered: