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

Can't build when importing SDK using SPM #678

Closed
alexisbronchart opened this issue Sep 7, 2023 · 1 comment
Closed

Can't build when importing SDK using SPM #678

alexisbronchart opened this issue Sep 7, 2023 · 1 comment

Comments

@alexisbronchart
Copy link

alexisbronchart commented Sep 7, 2023

I added Adjust using SPM (I was using cocoapods before):
Screenshot 2023-09-08 at 00 22 26

And I'm now getting this error while building:

ld: framework not found Adjust
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I didn't have this issue before. My hunch is that the error mentions a framework but the package is imported as a library. Not sure if there's a way to change this?

@alexisbronchart
Copy link
Author

Turns out removing a pod doesn't clean everything about that particular pod. A linker flag was left in OTHER_LDFLAGS, issue gone after removing it manually.

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

1 participant