When I launch my app with XCode or with react-native run-ios
in an iOS emulator, it work good.
But if I do the same in a real device, it not work. I've got this error :
Undefined symbols for architecture arm64:
"YGConfig::YGConfig(int (*)(YGConfig*, YGNode*, YGLogLevel, char const*, char*))", referenced from:
_YGConfigNew in libyoga.a(Yoga.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
More informations :
react: 16.9.0
react-native: 0.60.5
Real device: iPad with iOS 12.4.4
Someone has solution ? Thanks