I have a React Native app I am trying to publish to the App Store.
In XCode 9.4.1 when I go into Product>Archive , the project archives successfully, but the Organizer window does not open.
Manually opening the Organizer view Window>Organizer shows the project but there are no archives for the project.
Checking in the default Archives directory show the archive was created but is just not showing in the Organizer
Some solutions I have tried inlcude
- In
Build SettingssettingSkip InstalltoNo - In
Schemessetting it toReactand tickingSharedfor that scheme. - Confirmed the
Installation Directoryis/Applications
Any ideas on how to resolve this?