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

Supports staticlib (static library) needed #82

Open
bohan-v opened this issue Oct 18, 2022 · 2 comments
Open

Supports staticlib (static library) needed #82

bohan-v opened this issue Oct 18, 2022 · 2 comments

Comments

@bohan-v
Copy link
Contributor

bohan-v commented Oct 18, 2022

Our project is going to use LifetimeTracker for detect memory leak, and we love it. Thank you for creating this tool that elegant and effective for solving the hard problem.

Our project use static library for dependencies. And we hope we can use LifetimeTracker as static library as well, but the UI part uses storyboards, so is there a workaround.

@krzysztofzablocki
Copy link
Owner

can't use SPM?

@bohan-v
Copy link
Contributor Author

bohan-v commented Oct 19, 2022

I have tried SPM, it causes duplicate symbols error due to the project setup/tooling which has many targets, and each target is a framework has -Objc flag, not 100% sure the issue relates to this flag, but multiple targets link to LifetimeTracker.

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