Post

Replies

Boosts

Views

Activity

Reply to Simulator fails to import data - Xcode 11.2.1 on Catalina 10.15.1
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?
Dec ’19