wwdc20-10073 Recipe Assistant project not working

I have downloaded wwdc20-10073 Recipe Assistant project to play with it because I need to solve with Siri a similar business problem but the program doesn't work. I ran it with the default scheme Siri Intent Query (show directions for recepe on Recepe Assistant). I get an error from Siri "I can't get directions using Recipe Assistant. Sorry about that." Can you please help what I am doing wrong. I run the project in Xcode 13 and macOS Monterey 12.0.1

Replies

You are probably doing nothing wrong. The sample code is just obsoleted.

If you could post the code you use, that would help analyse the issues.

Add a Comment

I have built the RecipeAssistant sample project with Xcode 13.1 on macOS 11.6.1 for iPhone, and run it on iPhone 12 Pro Max (iOS 15.1).

It has shown a lot of messages in the debug console but I cannot find any messages like I can't get directions using Recipe Assistant. Sorry about that. neither in the debug console or in the app.

Not sure macOS Monterey 12.0.1 is affecting, but can you provide more info about what you have tried?

  • Thank you very much for trying to help me. I just download the project from the link below and ran it. https://developer.apple.com/documentation/sirikit/providing_hands-free_app_control_with_intents I haven't made any changes to the code. The message I provided I got on the iPhone X. When the application opens, it shows the three recipes and when Siri comes up I get the message from Siri "I can't get directions using Recipe Assistant. Sorry about that". I don't get any messages in the debug console.If I ran the project in Simulator iPhone 12 Pro for example, I get a different message "I can help find a place if you turn on Location Services. Go to Privacy Settings, select Location Services, scroll to Siri & Dictation, and allow location access"I am using the scheme Siri Intent Query "show directions for recepe on Recepe Assistant" provided in the project. The message I get from Siri is the response for Siri Intent Query. I would really appreciate the help.

  • One more comment, I expect that a custom intent to work as a system intent without using Shortcut App, please let me know if this is not true. Thanks for helping.

  • Thanks for clarification. I haven't made any changes to the code. > Haven't you made a change to settings? Have you set Team to your paid developer account?