Thursday, November 20, 2014

How to Download and import iOS samples

  1. Download and extract the sample application. For a list of samples that you can download, see @mobilecloud on IBM DevOps Services. Use the git tool to clone the sample from IBM DevOps:
    git clone https://hub.jazz.net/git/mobilecloud/bluelist-mobiledata
    The iOS project is in the bluelist-mobiledata-ios folder.
  2. Open the project file with Xcode. When you are creating a new iOS application using XCode, you must add the -ObjC linker flag to the build settings. Select the application target and click on Build Settings. Search for Other Linker Flags. If you do not see this option, verify that you selected All settings, and not the Basic settings. This flag is already in the bluelist-mobiledata sample project.

No comments:

Post a Comment