From Xcode 7 it became one of the common problem that third party frameworks should support Bitcode. We can also disable the BITCODE by setting ENABLE_BITCODE to NO in Build
you can try these commands:
otool -arch armv7 -l libDeviceManager.a | grep bit code
and
otool -arch arm64 -l libDeviceManager.a | grep bitcode