Thank you Claude31!
Post
Replies
Boosts
Views
Activity
You are right derekst991!I have the issue if I drag a file located on the desktop but it works correctly if the file is located inside the documents folder.Thank you!
If you have that error then it means that your controller is not contained in a navigation controller.This fix only applies if you are modally presenting a navigation controller.
I have the same problem too.It seems that on Catalina it is no longer possible to transfer files from the Finder to the simulator.For me it's a big problem because I often have to send documents to the simulator to test the open procedure of some of my apps.Before Catalina when you dragged a file on the simulator the respective app was opened, the file was copied to the Inbox folder and the UIApplicationDelegate method application(_:open:options:) was called.Unfortunately on Catalina the file is no longer copied to the Inbox folder and therefore the url parameter of the application(_:open:options:) method is pointing to a non existing file.It must be a bug because also Apple apps react badly (for example Photos as reported by sincerus).I hope the problem will be fixed soon.In the meantime, does anyone know another way to send files from the Finder to the simulator?