Error: Cannot find 'DataFrame' in scope

Hello! I've been trying to replicate the linear regressor tabular application as shown at the end of the WWDC 2021 session Build dynamic iOS apps with the Create ML framework. However, I keep getting the error Cannot find 'DataFrame' in scope and Cannot find 'Column' in scope.

I was wondering if this is a bug with the current beta or if I have my code wrong. I am trying to run my application on an iPhone 12 Pro running iOS 15 Beta 1. I am using Xcode 13 on Monterey. Thank you!

Answered by Frameworks Engineer in 678203022

Please make sure to import TabularData.

Accepted Answer

Please make sure to import TabularData.

Error: Cannot find 'DataFrame' in scope
 
 
Q