React Native Notes 16: Cycle inside exampleTests; the building could produce unreliable results Issue. [Solution]

Kuray Ogun
FreakyCoder Software Blog

--

Yet, another React Native-iOS issue 🥴

Updated at Oct 4, 2019

The circle inside exampleTests; building could produce unreliable results issue

Solution

First, open the project in Xcode, and click the File on the top status bar and go to Workspace Settings…

Workspace Settings….

Now, just change the Build System to the Legacy Build System.

Change the Build System

This is a temporary solution eventually, RN Core Dev Team will fix it to New Build System 🤤

That’s it.
Have fun 🎉

--

--