Install the BlackBerry Dynamics SDK for iOS
BlackBerry Dynamics SDK for iOS
- Visit BlackBerry Developer Downloads to download the SDK package. When you click the link, you are prompted to log in to the Developer site with yourBlackBerry Online Account. If you don’t already have an account, you can register and create one.
- The task below installs the SDK to the default location. To install the SDK to a specific location, untar the.tarpackage into the desired directory and run the following commands for the current working directory:
- cd Good.platform/iOS
- sudo ./install.sh
Adjust the paths in the project.xcconfigfile to point to the FIPS_module folder in the main artifacts directory.
- In themacOSGUI (not a shell), uncompress the SDK package.
- Double-click the.sdk_version.pkg
- Follow the prompts to install the standard or advanced package.If you use the advanced installation, you must install the core SDK. It is recommended that you include the code samples in the installation.
The SDK artifacts are installed in the following default locations:
- The main artifacts are installed in ~/Library/Application Support/BlackBerry/Good.platform/iOS.
- A softlink to the GD.framework directory from the path above is created in /Library/Frameworks.
- The GD.framework directory is copied to the installedXcodefolder so that it is available for alliOSplatforms.
- TheXcodetemplate is in ~/Library/Developer/Xcode/Templates.