Archiving iOS React Native app in an NRWL monorepo: debugging guide

Bianca Dragomir
2 min readFeb 16, 2022

Problems I’ve run into while trying to archive an app that would otherwise run on a physical device.

Photo by Fotis Fotopoulos on Unsplash

Introduction

The setup: NRWL monorepo project & React Native app.

The problem: iOS app runs normally when running it from Xcode, but archiving it in order to distribute on AppStoreConnect…

--

--