Hi there,
I've got a problem here using the new Xcode 12 beta version with custom Siri intents. My app has several intents defined in a ".intentdefinition" file but when I try to compile with Xcode 12, the corresponding types are not found (e.g. "Cannot find type 'IAppointmentIntent' in scope"). Everything compiles fine with Xcode 11.5.
What's also strange: after compiling with Xcode 11.5, the project can be built with Xcode 12 just fine. This works until I clean my build folder, after which I have to build with 11.5 again.
I've got a problem here using the new Xcode 12 beta version with custom Siri intents. My app has several intents defined in a ".intentdefinition" file but when I try to compile with Xcode 12, the corresponding types are not found (e.g. "Cannot find type 'IAppointmentIntent' in scope"). Everything compiles fine with Xcode 11.5.
What's also strange: after compiling with Xcode 11.5, the project can be built with Xcode 12 just fine. This works until I clean my build folder, after which I have to build with 11.5 again.