I am trying to open the Apple Developer sample code Soup Chef. I get the error:
SoupChef.xcodeproj' cannot be opened because it is in a future Xcode project file format. Adjust the project format using a compatible version of Xcode to allow it to be opened by this version of Xcode.
When I open the project.PBXproj for this project, it has: compatibilityVersion = "Xcode 9.3";
I am currently running Xcode version 12.5.1. Does this mean that I have to revert back to an old version of Xcode to open this project? Doesn't make sense that their sample code for siri shortcuts wouldn't open with a current version of Xcode. Thoughts?