Skip to content

v3.2.2

Compare
Choose a tag to compare
@chrisbianca chrisbianca released this 12 Jan 09:26
· 4552 commits to main since this release

v3.2.2 Changelog

IMPROVED - iOS use_frameworks! support

Although use_frameworks! was working in the simplest cases, there were still some issues if it was used in a project that had React installed as a Pod rather than as a linked library.

This release adds some additional search paths to better support this use case. You will also need to make the following changes:

  1. Select the RNFirebase.xcodeproj library in the Xcode navigator
  2. Select the Build Phases tab
  3. Under Link Binary With Libraries, add the Pods_{projectName}.framework file

This will ensure that the Pods are built before react-native-firebase and the headers are available for it to build successfully.