4.1.5
Fixed the iOS build error.
The issue was caused by missing Folly-related compiler flags when the podspec was simplified in version 4.1.3.
🔧 Fix
Added the following Folly flags to GCC_PREPROCESSOR_DEFINITIONS in the AudioRecorderPlayer.podspec file:
"GCC_PREPROCESSOR_DEFINITIONS" => "$(inherited) FOLLY_NO_CONFIG FOLLY_MOBILE=1 FOLLY_USE_LIBCPP=1",✅ This resolves the following errors:
folly/folly-config.hfile not found- Could not build module
jsi - Could not build module
NitroModules
Full Changelog: hyochan/react-native-audio-recorder-player@4.1.3...4.1.5