Does anybode use Good Dynamics latest version (2.0.447) or any other with FIPS enabled? Application runs on sim but crashes on device. Here's the log:
p.s. it seems that I've done all necessary things such as adding these lines to xcconfig files
FIPS_PACKAGE=$(CURRENT_ARCH).sdk
LDPLUSPLUS=/Good Technology/Good.platform/FIPS_module/$FIPS_PACKAGE/bin/gd_fipsld LD=/Good Technology/Good.platform/FIPS_module/$FIPS_PACKAGE/bin/gd_fipsld
and also a couple of strings in target settings as recommended by the GD guide.

I was struggling with this also. It turns out the default.xcconfig file that was present was not properly set up in the project settings (Project/Info/Configurations). The guidance I should have checked against is here: https://developer.apple.com/library/ios/recipes/xcode_help-project_editor/Articles/BasingBuildConfigurationsonConfigurationFiles.html