-
-
Notifications
You must be signed in to change notification settings - Fork 781
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
Build fails with Carthage and Xcode 12 GM #141
Comments
Just an update, I was able to reproduce in the example project. When I tried to preview the SwiftUI part, it would fail to compile. For some reason, it doesn't want to optionally build the SwiftUI pieces when the minimum target OS is iOS 8. Setting it to 12 seemed to resolve the issues I was having with building. |
Fixed in the latest release. Sorry for the inconvenience. |
Thank you, so much!!! |
Okay, I am building with |
Cool, I'll have a try late tonight. |
I guess we should wait for the upcoming Carthage fix. For now I'll leave this issue open and pinned at the top. |
https://github.com/Carthage/Carthage#building-platform-independent-xcframeworks-xcode-12-and-above |
I'm attempting to build the latest version of the framework using Carthage and Xcode 12 GM. It seems that it builds correctly in the example project, but when I do it through Carthage, it fails. I can't figure out why, though. It claims it can't find the SwiftUI symbols, but that cannot be the case if it builds in the example project.
The text was updated successfully, but these errors were encountered: