Search code examples
iosswiftmacos-catalinafinder

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


Solution

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