React Native Bridge Troubleshooting
Version Compatibility Problem
The error appears on iOS project compilation:
‘RNSensibillReactnativeBridgeSdkSpec.h’ file not found
Solution
The error appears when attempting to use React Native Bridge v2023 with React Native v0.75 or above. Use React Native Bridge v2025 with React Native v0.79.4 instead.
Supported iOS Version Compatibility Problem
After migrating to React Native Bridge 2025, one of the following errors appears when trying to run pod install
for the iOS project:
[!] CocoaPods could not find compatible versions for pod “Sensibill”: … Specs satisfying the Sensibill (from …) dependency were found, but they required a higher minimum deployment target.
or
CocoaPods could not find compatible versions for pod “sensibill-reactnative-bridge-sdk” … Specs satisfying the sensibill-reactnative-bridge-sdk (from ../..) dependency were found, but they required a higher minimum deployment target.
Solution
Make sure the minimal iOS version of your app’s Podfile matches the one defined in the podspec of sensibill-reactnative-bridge-sdk or Sensibill SDK (both are always kept the same). The issue also applies if you are using a min_ios_version_supported
variable provided by React Native, since React Native may support a lower version of iOS.