Skip Navigation

Prepare an existing
BlackBerry Dynamics
app to use the dynamic framework

Complete the steps below if you have an existing
BlackBerry Dynamics
app that uses the static
BlackBerry Dynamics SDK
library (GD.Framework).
  1. Use the following commands to uninstall the static library:
    1. $ cd ~/Library/Application\ Support/BlackBerry/Good.platform/iOS/
    2. $ sudo ./uninstall.sh
  2. In the
    Xcode
    Project Navigator panel for your project, in the
    Frameworks
    folder, delete the reference to
    GD.framework
    .
  3. In the
    <App name>
    > Supporting Files > Resources
    folder, delete the reference to
    GDAssets.bundle
    .
  4. Update the project’s import paths to reference
    BlackBerryDynamics
    instead of
    GD
    .
    • For example, for C-style import or includes, change
      GD/
      to
      BlackBerryDynamics/GD/
      .
    • For module-based imports, replace
      GD
      with
      BlackBerryDynamics
      .
    GD_C_NETUtility and sqlite3 have been moved from GD to GD_C modules.
  5. In the
    default.xcconfig
    file, comment out the 3 lines starting with FIPS_PACKAGE, LDPLUSPLUS, and LD.