My react-native
project work in a device or in a simulator.
When I want to archive, I've got this error :
undefined symbols for architecture arm64 :"_RCTSharedApplication", referenced from: -[ProjectTests testRenderWelcomeScreen] in ProjectTests.o
I only have this since I update XCode to 11.5 version (don't work with 11.6 version too).
I'm using :
XCode 11.6react-native 0.60.6
Those someone has the same problem and a solution ? I try a lot of things I found to solve that since one week...