I have a simple app built with Xcode 11.7; it uses 2 ML Models that were generated with Create ML tool. It builds and executes as expected.
After installing Xcode 12, when I try to build the app (without any changes), I get build failures with a message like this:
Type 'MLModel' has no member '__loadContents'
it appears twice (presumably once for each ML Model).
I tried re-generating the ML models with Create ML from Xcode 12 but that didn't eliminate the error messages. (If I do a CLEAN-PROJECT before building, still get the errors)
(Also, the Xcode 11.7 app still executes without problems)
Anyone else have this type of problem?
After installing Xcode 12, when I try to build the app (without any changes), I get build failures with a message like this:
Type 'MLModel' has no member '__loadContents'
it appears twice (presumably once for each ML Model).
I tried re-generating the ML models with Create ML from Xcode 12 but that didn't eliminate the error messages. (If I do a CLEAN-PROJECT before building, still get the errors)
(Also, the Xcode 11.7 app still executes without problems)
Anyone else have this type of problem?