Post marked as solved
Post marked as solved with 1 replies, 430 views
https://developer.apple.com/documentation/swiftui/table
Following the documentation above to build a test table, but I am getting the below errors on the first table:
'buildBlock' is unavailable in iOS
'init(_:columns:)' is unavailable in iOS
'Table' is unavailable in iOS
Xcode version: Version 13.2.1 (13C100)
MacOS 12.1
Not sure what these errors mean, any help would be greatly appreciated.
Thanks!