Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS: libSRSRadialGradient.a no such file or directory #44

Open
negati-ve opened this issue Jan 26, 2024 · 1 comment
Open

iOS: libSRSRadialGradient.a no such file or directory #44

negati-ve opened this issue Jan 26, 2024 · 1 comment

Comments

@negati-ve
Copy link

negati-ve commented Jan 26, 2024

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

  • 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
image
@litinskii
Copy link

litinskii commented Jul 15, 2024

podfile contains pod 'SRSRadialGradient', :path => '../node_modules/react-native-radial-gradient/ios'

you don't need this any more in v15 it moves to root dir
so wait to #48 when it fix deployment npm package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants