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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: