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

library 'Adjust' not found #233

Open
jackteng9725 opened this issue Mar 14, 2024 · 2 comments
Open

library 'Adjust' not found #233

jackteng9725 opened this issue Mar 14, 2024 · 2 comments

Comments

@jackteng9725
Copy link

截屏2024-03-14 下午5 39 40
ld: warning: ignoring duplicate libraries: '-lc++'
ld: library 'Adjust' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I can build normally using xcode v14, but after I upgraded to xcode v15, there will be such an error when executing the build. I searched on Google and found no solution. I have spent many days and still haven't found a solution. Who can Can you help me, thank you very much

@mstambulut
Copy link

After running pod install, make sure that you are opening the .xcworkspace instead of the .xcproject in Xcode to be able to build and use Pods in your project.

@trongkhiem89
Copy link

I think you can try:
Your project >> Build Phases >> Link Binary With Libraries >> Press '+' and add lib 'libreact-native-adjust.a'
Then build again

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

3 participants