I created a static library to deploy iOS 10.2. The library is integrated into the application with the goal of deploying 9.0.
Somehow the application builds and works fine on iOS 9.0. Why is this? Should the application be built even if the library is only for iOS 10.2 and higher?
source
share