Could you fix this problem, I ran into a similar problem.
Post
Replies
Boosts
Views
Activity
Please provide some example code, so the problem can be reproduced.
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.
Today I ran into the same problem, is there already a solution for this problem?
This was a watchOS 9 Beta bug and is fixed with the latest Beta version.
I have solved the problem by myself. IntentFile was the correct type.
@Parameter(title:"File")
var file: IntentFile
It looks like this should be possible. To I need to set something special on the @Parameter property wrapper?.
Xcode 14.0 Beta 5 didn't fix the problem.
I ran into the same problem. Xcode 13.3 (Beta 1) als presents this warning.
With iOS 15.4 Beta 1 it now works again, but I am not sure if this is just because the iPhone rebooted.
I can reproduce this issue with my iPad and my iPhone both on iOS 15.3.
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?
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.
I have the same problem
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)