Cannot find 'SectorMark' in scope
Advertisements I’m trying create a Pie Charts in SwiftUI via SectorMark but I have a error "Cannot find ‘SectorMark’ in scope". So Swift detected this like a property or variable not like a method. Please, help me find a solution import SwiftUI import Charts struct MacroData { let name: String let value: Int } struct… Read More Cannot find 'SectorMark' in scope