dyld[53510]: Symbol not found - React Native app issue with running on real device

I develop React Native app with dynamically linked pods, and app runs on simulator well, while running it on connected device returns this error:

dyld[53510]: Symbol not found: __ZN5swift39swift51override_conformsToSwiftProtocolEPKNS_14TargetMetadataINS_9InProcessEEEPKNS_24TargetProtocolDescriptorIS1_EEN7__swift9__runtime4llvm9StringRefEPFPKNS_35TargetProtocolConformanceDescriptorIS1_EES4_S8_SC_E Referenced from: <4A3492BF-0479-3124-BE58-05BAED71BB20> /private/var/containers/Bundle/Application/0D9FDF5C-BBC9-4060-972B-B2D6FD91E321/BFF.app/Frameworks/Framework1 Expected in: <0549B906-CB15-3735-AA15-FAEB5F687C8B> /private/var/containers/Bundle/Application/0D9FDF5C-BBC9-4060-972B-B2D6FD91E321/BFF.app/Frameworks/Framework2

I already tried different things:

  • Different versions of IPHONEOS_DEPLOYMENT_TARGET
  • Ensured that all dependencies using same Swift version
  • Different linking
  • Tested on different devices and iOS versions
  • Standard cleaning of derived data and reinstalling podfiles also included
  • BUILD_LIBRARY_FOR_DISTRIBUTION="YES"
  • ENABLE_BITCODE="NO"
dyld[53510]: Symbol not found - React Native app issue with running on real device
 
 
Q