v3.2.2
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:
- Select the RNFirebase.xcodeproj library in the Xcode navigator
- Select the Build Phases tab
- 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.