For current Xcode version (higher than 12), when I archive an app for release, does the unused code in pods removed?
Today, iOS developers use lots of third-party to faster development. I have a question for Xcode archive process. When Xcode archive an app for release, when I choose optimizing for smallest and fastest, the useless code will not in ipa…