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
- In the Xcode project, open your existing application.
- Remove the existing generated code and add the new generated
code.
To remove the existing generated code:
- In the Xcode tree view, right-click the Generated Code folder and select
Delete.
- In the confirmation dialog, select Delete.
- 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.
- Remove all of the libraries that you added from the
SMP_HOME\MobileSDK\ObjectAPI\iOS\Libraries\ folder when you created the
application in an earlier version of the SDK.
- Add all of the libraries from the
SMP_HOME\MobileSDK<version>\ObjectAPI\iOS\RBS\Libraries\
folder in the current version of the SDK.
- Remove the existing \includes header files and add the new ones from
SMP_HOME\MobileSDK<version>\ObjectAPI\iOS\RBS\includes\
To remove the existing files:
- In the Xcode tree view, right-click the includes folder and select Delete.
- In the confirmation dialog, select Delete.
- 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.