I have two libraries i.e. DEBUG and RELEASE
. I want to know which static library is getting called when app is build i.e. DEBUG or RELEASE. The link determines which mode app is getting executed (DEBUG or RELEASE) but not for library.
How can this be determined in Xcode 6.4?