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
Attachment: Download
Xcode 10 (beta 1)
md5: 2bffeaa3a20b70d3693e0fa543873aba
Issue Description:
Trying to compile a project with Xcode 10 beta gives a compiler error. The issue comes from using TTTAttributedLabel as it redefines the "text" property from UILabel. TTTAttributedLabel/TTTAttributedLabel/blob/master/TTTAttributedLabel/TTTAttributedLabel.h#L77
@belkadan provided some context in the forum https://forums.swift.org/t/swift-4-2-source-compatibility/
I attached a sample project with the issue. The project compiles fine in Xcode 9.4 but fails in Xcode 10.
The text was updated successfully, but these errors were encountered:
@swift-ci create
Sorry, something went wrong.
No branches or pull requests
Attachment: Download
Environment
Xcode 10 (beta 1)
Additional Detail from JIRA
md5: 2bffeaa3a20b70d3693e0fa543873aba
Issue Description:
Trying to compile a project with Xcode 10 beta gives a compiler error.
The issue comes from using TTTAttributedLabel as it redefines the "text" property from UILabel. TTTAttributedLabel/TTTAttributedLabel/blob/master/TTTAttributedLabel/TTTAttributedLabel.h#L77
@belkadan provided some context in the forum https://forums.swift.org/t/swift-4-2-source-compatibility/
I attached a sample project with the issue.
The project compiles fine in Xcode 9.4 but fails in Xcode 10.
The text was updated successfully, but these errors were encountered: