When YogaKit intergrated with CocoaPods in a Objective-C project, compilation failed #998
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In version 1.17 of YogaKit, Swift source files were treated as SwiftExtension.
In version 1.18, you guys fixed the bug related the Xcode 11 not able to find swift related frameworks. File YGLayoutExtensions.swift was added to target project by default, if the target project is a Objective-C project, compilation will fail because Xcode 11 can't be able to find swift related frameworks!
+1
+1
Add a empty swift file to your project can fix it.
We are deprecating YogaKit as part of the Yoga 2.0 release. We are still going to release a new revision based on the current state of the repo, but won't be accepting new contributions, since we are going to be removing it from the repo after.