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 Settings
settingSkip Install
toNo
- In
Schemes
setting it toReact
and tickingShared
for that scheme. - Confirmed the
Installation Directory
is/Applications
Any ideas on how to resolve this?