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

Couldn't build ChartView package with Xcode 13.0 beta 5 #210

Open
sadia8288 opened this issue Sep 16, 2021 · 1 comment
Open

Couldn't build ChartView package with Xcode 13.0 beta 5 #210

sadia8288 opened this issue Sep 16, 2021 · 1 comment

Comments

@sadia8288
Copy link

Description

...../SourcePackages/checkouts/ChartView/Sources/SwiftUICharts/LineChart/LineChartView.swift:147:110: error: editor placeholder in source file
LineChartView(data: [8,23,54,32,12,37,7,23,43], title: "Line chart", legend: "Basic", rateValue: <#Int?#>)
^
..../SourcePackages/checkouts/ChartView/Sources/SwiftUICharts/LineChart/LineChartView.swift:149:226: error: editor placeholder in source file
LineChartView(data: [282.502, 284.495, 283.51, 285.019, 285.197, 286.118, 288.737, 288.455, 289.391, 287.691, 285.878, 286.46, 286.252, 284.652, 284.129, 284.188], title: "Line chart", legend: "Basic", rateValue: <#Int?#>)

@Kondamon
Copy link

editor placeholder in source file
LineChartView(data: [8,23,54,32,12,37,7,23,43], title: "Line chart", legend: "Basic", rateValue:

You need to replace rateValue with a real value:
<#Int?#>

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

No branches or pull requests

2 participants