Skip Navigation

Troubleshooting: FIPS

Issue
 
Possible Solution
The app crashes
Crashes might occur if the FIPS canister has not been linked to the app correctly. Check for the following line in the log output: "Crypto::initialise: FIPS_mode_set failed: fingerprint does not match"
Verify that you followed the steps in Link for FIPS in Objective-C or C++ and, if necessary, Link for FIPS in Swift and that no errors are reported.
"invalid arch name '-arch armv7s'" linker error when building from 
Xcode
For development or testing purposes, set 
Build Active Architecture Only
 to 
Yes
. For production release, set 
Build Active Architecture Only
 to 
No
.