xcode - How do get a list of discarded symbols when iOS app is linked against a static library? -
i'm building ios static library third parties use. it's built using several other static libraries containing large amount of c++, resulting in huge deliverable library.
the api ios library quite simple, , know doesn't exercise of included code. i'd remove unwanted modules various libraries can final size down.
i have example app uses library apis, , when it's linked of symbols in library discarded. there way of getting list of symbols?
this answer seems indicate want isn't possible in gcc 3.x , 4.x:
Comments
Post a Comment