I'm working on a React-Native iOS app. I've previously been able to make an iOS app archive and distribute it to the Apple Store, but recently I tried to do it and it only generates a Xcode generic archive.
This is my configuration:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ArchiveVersion</key>
<integer>2</integer>
<key>CreationDate</key>
<date>2019-10-24T22:04:15Z</date>
<key>Name</key>
<string>BexfyStore</string>
<key>SchemeName</key>
<string>BexfyStore</string>
</dict>
</plist>
I also tried to do the Skip Install but I couldn't find it.