-2

I have a dummy question because I nothing understand in OSX.

I use Visual Studio for Windows and build Xamarin iOS app. Visual Studio uses Mac as build server. After the build process I need to upload *.ipa file to iTunesConnect through ApplicationLoader on OSX. And I encountered a problem, I cannot find my file from ApplicationLoader.

I found that file is placed in 'Untitled/Users/alexey/Library/...etc'. But I haven't see Library folder. What does it mean?

Screenshot

Alexey Subbota
  • 938
  • 6
  • 23

1 Answers1

1

In macOS the Library folder of the user domain is hidden by default.

To show it temporarily

  • In Finder open the Go menu and press the (option)-key. Choose the Library menu item.
  • In Finder press ⇧⌘G, type ~/Library and press return

To show it permanently

  • Select your home folder, press ⌘J to show the View Options and check the checkbox at the bottom.

    enter image description here

vadian
  • 274,689
  • 30
  • 353
  • 361