Since I updated my project to 0.63 whenever i build for profiling the app errors on
ld: library not found for -lDoubleConversion
When I run the app normally it works perfectly.
My pods has at the top...
require_relative '../node_modules/react-native/scripts/react_native_pods'
I have even tried adding
pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
To no avail.
I tried going to library search paths and removing
"${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion"
But that didn't help either
I am running .xcworkspace project.
Any other ideas?