xcode - How to check if library is used or not in an iOS app -


i have old ios project evolved on time in added many librairies. of them not longer used today. question is, how can check in ios project library used or not ?

i don't think there way that. can try removing path of suspected frameworks(if @ same path, i'd suggest place them separately)from library search pathsand errors(if any).

hope helps.


Comments