Here we are going to see one of the most overlooked concepts in iOS development. Static libraries and dynamic libraries and how it impacts your app. Let’s dive in, What is a Static Library? When an app is linked with a library(Framework) using a static linker, the code that the app uses is copied to…