We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@PreviewableはXcode 16から導入されたため、Xcode 15.x以下でcharcoal-iosを導入すると、
@Previewable
Unknown attribute 'Previewable'
というエラーが発生し、ビルドが失敗します
Package.swift
.package( url: "https://github.com/pixiv/charcoal-ios.git", exact: "2.0.0-beta" ),
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
できる限り詳細に、不具合の内容と再現方法を報告してください
@Previewable
はXcode 16から導入されたため、Xcode 15.x以下でcharcoal-iosを導入すると、というエラーが発生し、ビルドが失敗します
使用している charcoal および周辺環境
Package.swift
コード例へのリンク
No response
現在の挙動
期待される挙動
No response
The text was updated successfully, but these errors were encountered: