Today I was looking to make an archive in Xcode 12 and suddenly I can no longer see the Archives in Window -> Organizer (it will not open automatically as supposed). It will show me the alert with Build Succeeded but no archive to upload on Test Flight. I was looking in ~Library/Developer/Xcode/Archives
and is there but I can’t see it in Organizer.
Any reason and maybe a solution for this?
3
Answers
I have managed to find a solution for this. So I was using
react native mapbox
package which seem to have some pods issues as per this thread https://github.com/react-native-mapbox-gl/maps/issues/1097#issuecomment-770064084Looks like the archive was malformed
Make sure you have the correct app selected. For example, this app I have no archives shown:
But once I select the correct app, it works:
Try the follow:
1 – Close XCode.
2 – Go to /Library/Developer/XCode/Archives.
3 – Find the .xarchive file that you just archived.
4 – Delete the folders that are not the targets that you just archived (if exist):
5 – Open the Info.plist file (still from the .xarchive file).
6 – Complete the file with the part that is missing: