Skip Navigation

Make the
BlackBerry Dynamics SDK for Cordova
4.0 compatible with the
BlackBerry Dynamics SDK
4.2

  1. Add the following line into
    cordova-plugin-bbd-configure/src/iOSConfigurationForPluginXML.txt
    to support the WebKit framework:
    <framework src="WebKit.framework" weak="true" />
To run an app on
iOS
:
  1. Build the app and run it in
    Xcode
    .
    Xcode
    10 supports
    iOS
    12,
    Xcode
    9.x supports
    iOS
    11.4.1 and earlier.
  2. In Application > Resources > config > build.xcconfig, replace
    ~
    with
    /Users/user/
    in two locations. Once changed, the path should be:
    /Users/user/Library/Application Support/BlackBerry/Good.platform/iOS/FIPS_module/$FIPS_PACKAGE/bin/gd_fipsld
  3. In Application > Frameworks, remove
    libstdc+.tbd
    and
    libstdc+6.0.9.tbd.
  4. Install and provision the app.