Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS application not visible in macOS finder

Mac OS Catalina now supports iPhone/iPad sync via the Finder on the Mac. Additionally, you can copy files to and from iOS application via the Finder. This is a very nice feature.

Unfortunately, my iOS application is not appearing in the Finder Files tab.

Do I need to package my app in XCode with a special capability to enable this feature? Here is a shot of the Finder window on my Mac. My app is not in the list.

enter image description here

like image 279
WholeCheese Avatar asked Sep 05 '25 06:09

WholeCheese


1 Answers

You may need to set the UIFileSharingEnabled (Application Supports iTunes file sharing) key in your app's Info.plist file.

like image 195
Andy Ibanez Avatar answered Sep 07 '25 18:09

Andy Ibanez