Skip to content
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

Compile failure with swiftUI #48

Open
SampsonCN opened this issue Jan 25, 2021 · 1 comment
Open

Compile failure with swiftUI #48

SampsonCN opened this issue Jan 25, 2021 · 1 comment
Assignees
Labels

Comments

@SampsonCN
Copy link

Type conflicts are found. Color in SwiftUI is an existing class, and BFKit contains the following code
public typealias Color = UIColor
This caused me to compile failure and had to remove the relevant code

@FabrizioBrancati
Copy link
Owner

Thanks, I will look at it!
Maybe I will need to rename the Color typealias...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants