I am trying to add Google Analytics in my iSO app and I am using Google Analytics latest SDK
https://developers.google.com/analytics/devguides/collection/ios/v3/.
"The OPN [Debug] target overrides the OTHER_LDFLAGS build setting". This was the main issue. After adding $(inherited) in new line in other linker flags solved my issue.