You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clang: error: no such file or directory: '/path-to-app/node_modules/react-native-radial-gradient/ios/build/Debug-iphoneos/libSRSRadialGradient.a'
Command Ld failed with a nonzero exit code
React Native: v0.73.2
xCode: 14.2
Tried these, with no success
changing path to /path-to-app/ios/build/Debug-iphoneos/SRSRadialGradient/libSRSRadialGradient.a (which exists during build)
Reinstalling the package
podfile contains pod 'SRSRadialGradient', :path => '../node_modules/react-native-radial-gradient/ios'
Added to build phases -> Link binary with libraries
The text was updated successfully, but these errors were encountered:
After a recent upgrade from RN0.64 to RN0.73
clang: error: no such file or directory: '/path-to-app/node_modules/react-native-radial-gradient/ios/build/Debug-iphoneos/libSRSRadialGradient.a'
Command Ld failed with a nonzero exit code
React Native: v0.73.2
xCode: 14.2
Tried these, with no success
pod 'SRSRadialGradient', :path => '../node_modules/react-native-radial-gradient/ios'
The text was updated successfully, but these errors were encountered: