After upgrading the SDK from 3.22.0 to 3.23.5, the iOS build no longer works.
I’ve tested all builds in the 3.23.x versions, and all of them produce the same errors.
Error Messages:
- Receiver 'RadarInAppMessage' for class message is a forward declaration
- No known class method for selector 'fromDictionary:
Current Configuration:
- react-native: 0.81.4
- react-native-radar: 3.23.5
- Xcode: 26.0
- macOS: 26.0.1
Additional Notes:
- The issue occurs consistently across all 3.23.x versions.
- Rolling back to 3.22.0 resolves the issue.