Hi,I have a similar problem see: https://stackoverflow.com/questions/61270644/sirikit-custom-intents-an-localization-problem
Post
Replies
Boosts
Views
Activity
I have also 13.4.1 on my devices. If I try it on a Simulator (with 13.4.1) everything works ok. I'll try it on a iOS 12 device tomorrow.I have already filed a radar (feedback)
I have the same problem
Apple told me that my problem is the current app state (Removed from Sale). I had to release a new app version, after the app state changed to Read for Sale I also cold install TestFlight builds again.
Is this also happening if you put your app in the background while your device is connected to the debugger (Xcode)? Is this also happening if you but the app in the background and immediately switch back to it, or only after some time? Maybe a background task completion block isn't called correctly?
I can reproduce this issue with my iPad and my iPhone both on iOS 15.3.
With iOS 15.4 Beta 1 it now works again, but I am not sure if this is just because the iPhone rebooted.
I ran into the same problem. Xcode 13.3 (Beta 1) als presents this warning.
Xcode 14.0 Beta 5 didn't fix the problem.
It looks like this should be possible. To I need to set something special on the @Parameter property wrapper?.
I have solved the problem by myself. IntentFile was the correct type.
@Parameter(title:"File")
var file: IntentFile
This was a watchOS 9 Beta bug and is fixed with the latest Beta version.
Today I ran into the same problem, is there already a solution for this problem?
My problem was, that my file was empty. So it wasn't attached. But maybe it also doesn't work with a normal file. I found another solution afterwards.
Please provide some example code, so the problem can be reproduced.