Static library with Binary Targets not working (original) (raw)
adonis (Adonis P.)
May 3, 2025, 12:26am 1
I have a Package which vendors a library via a target which depends on various local binary targets (not fetched via url).
Unfortunately I can't get my library to be fully statically compiled (including its binary frameworks). I can build successfully but when I use the library in an app I get a crash stating rpath framework not found
.