Skip Navigation

Create an Objective-C or 
Swift
 project with the 
Xcode
 template

You can use use the 
Xcode
 project template supplied with the 
BlackBerry Dynamics SDK
 to create a 
BlackBerry Dynamics
 app. The template includes a single view controller, a storyboard (or nib) file, and the necessary frameworks and directives.
  1. Start 
    Xcode
     and select 
    New > Project
    .
  2. Follow the prompts to create the skeleton application.
All of the necessary frameworks and artifacts are included in your stub.
If your app does not use 
Swift
, you must do the following:
  • In the 
    Library search path
     build setting, add the following paths:
    • $(SDK_DIR)/usr/lib/swift
    • $(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)
  • In the 
    Other Linker Flags
     build setting, remove the 
    ObjC
     flag.