BlackBerry Dynamics SDK Stub Library

Background:

As of XCode 9.x / iOS 11, Veracode introduced a new scan engine. With the new scan engine, the compilation and packaging instructions have changed. Veracode now requires that the application be compiled with Bitcode enabled. Veracode cannot analyze an application unless the application is built with Bitcode enabled. 

Workaround:

The public version of the BlackBerry Dynamics SDK doesn't support embedded Bitcode. Therfore, Veracode is unable to analyze BlackBerry Dynamics applications built with the public SDK versions. Using the stub library provided below, you will need to create a version of your application that can go through Veracode analysis. These stub frameworks include debug symbols and embed Bitcode.

Downloads: 

Instructions: