Xcode-archive not available in react-native app

Hi, I’m creating a React Native app but the xcode-archive build step is not available. According to the blog post that’s what I’m supposed to use to build for iOS. Am I missing something or is something broken? How should I create my .ipa in a React Native app?

All android build steps seem present.

Hi @joarwilk,

Indeed it seems the Xcode Archive step does not have the react-native project type in its definition, that’s why it’s not in the list by default. We’ll fix that.

In the meantime you can simply toggle the platform filtering in the Workflow Editor. Click “all” next to the platform, to switch to the “show all steps” (no filtering by platform) mode:

If you have any questions just let us know!