- What is the BlackBerry Dynamics SDK?
- Requirements and support for platform-specific features
- Steps to get started with the BlackBerry Dynamics SDK
- Integrating optional features
- Sample apps in Objective-C
- Testing and troubleshooting
- Deploying your BlackBerry Dynamics app
- Deploying certificates to BlackBerry Dynamics apps
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 . |