Skip to content

4.1.5

Choose a tag to compare

@hyochan hyochan released this 19 Jul 06:56
· 79 commits to main since this release

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.h file 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