Setting Up the Xcode Project

Set up the Xcode project with the generated code and libraries required in the current version of the SDK.

Important: Install the Xcode version required for the current version of sdk-name prior to setting up the Xcode project. See Supported Hardware and Software
  1. In the Xcode project, open your existing application.
  2. Remove the existing generated code and add the new generated code.

    To remove the existing generated code:

    1. In the Xcode tree view, right-click the Generated Code folder and select Delete.
    2. In the confirmation dialog, select Delete.
    3. In Finder, go to the Xcode project folder. Delete the empty Generate Code physical folder to ensure that the new generated code gets imported correctly by Xcode.
  3. Remove all of the libraries that you added from the SUP_HOME\MobileSDK\ObjectAPI\iOS\Libraries\ folder when you created the application in an earlier version of the SDK.
  4. Add all of the libraries from the SUP_HOME\MobileSDK<version>\ObjectAPI\iOS\RBS\Libraries\ folder in the current version of the SDK.
  5. Remove the existing \includes header files and add the new ones from SUP_HOME\MobileSDK<version>\ObjectAPI\iOS\RBS\includes\

    To remove the existing files:

    1. In the Xcode tree view, right-click the includes folder and select Delete.
    2. In the confirmation dialog, select Delete.
    3. In Finder, go to the Xcode project folder. Delete the empty includes physical folder to ensure that the new generated code gets imported correctly by Xcode.