0

I have an application that I would like to release to the app store. I have created provisioning profiles, certificates etc and it all seems to be compiling correctly. When I try to distribute the application by Selecting a generic IOS device and then from the product menu --> archive. The build runs fine without error but I have not archives created. I have automatic code signing checked and I have verified that the archives are not being placed into ~/Library/Developer/Xcode/Archives

I'm not sure what else I can try for this. Any help is appreciated.

Jimi

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Jimi
  • 1,867
  • 7
  • 31
  • 55
  • Probably duplicate of https://stackoverflow.com/questions/5265772/archives-not-showing-up-in-organizer-for-xcode-4 and so on – matt Mar 16 '18 at 20:30

1 Answers1

0

Double-check the location Xcode saves archives into.

In the Xcode's Menu, go to Xcode -> Preferences... -> Locations

enter image description here

Yevhen Dubinin
  • 4,657
  • 3
  • 34
  • 57
  • Very good, but won't do him any good if he sees nothing in Window -> Organizer. – matt Mar 16 '18 at 20:29
  • I can see the files in documents. Do I just change this to point to the Library folder? – Jimi Mar 16 '18 at 20:56
  • @Jimi I always use default location and it works fine. If you are saying that in your configuration Xcode saves archives to some other directory, this probably might be an issue for Organizer to locate those files. But I am not sure. – Yevhen Dubinin Mar 17 '18 at 23:32