Describe the bug
Building with expo for ios with new architecture set to true fails on version 1.18.0. Reverting to 1.17.5 works fine. I was unsure if this bug was expected or not, just started seeing it this morning in our builds as we were set to ^1.17.0. Reverting to lock the version at 1.17.5 mitigated it for us.
Code snippet
❌ Undefined symbols for architecture arm64
┌─ Symbol: _KeyboardBackgroundViewCls
└─ Referenced from: _RCTThirdPartyFabricComponentsProvider in libReact-RCTFabric.a41
❌ ld: symbol(s) not found for architecture arm64
Describe the bug
Building with expo for ios with new architecture set to true fails on version 1.18.0. Reverting to 1.17.5 works fine. I was unsure if this bug was expected or not, just started seeing it this morning in our builds as we were set to
^1.17.0. Reverting to lock the version at1.17.5mitigated it for us.Code snippet
❌ Undefined symbols for architecture arm64
┌─ Symbol: _KeyboardBackgroundViewCls
└─ Referenced from: _RCTThirdPartyFabricComponentsProvider in libReact-RCTFabric.a41
❌ ld: symbol(s) not found for architecture arm64