IBM Worklight v5.0.5 > Develop IBM Worklight applications > Development guidelines for using native APICopy files of Native API applications for iOS into project
To use the IBM Worklight Native API for iOS in your native app...
- In the project for the native app for iOS (for example, in Apple Xcode v4.5 IDE) add the WorklightAPI folder and the worklight.plist file of your Native API application to the project.
In the window...
Choose options for adding these files
...select the check box...
Copy items into destination group's folder
...and the option...
Create groups for any added folders
- In the Build Phases tab, link the following frameworks and libraries to your project:
- CFNetwork
- SystemConfiguration
- MobileCoreServices
- CoreData
- Security
- zlib
- Select the project name and the target for your application.
- Click the Build Phases tab.
- In the Build Phases tab:
- Open the list in the Link Binary with Libraries section, and make sure that libWorklightStaticLibProjectNative.a is visible in the list.
- Open the list in the Copy Bundle Resources section, and make sure that the files from your resources folder are added to that section.
- Click the Build Settings tab.
- In the Build Settings tab:
- Add the following entry for HEADER_SEARCH_PATH...
$(SRCROOT)/WorklightSDK/include
- In the filed...
Other Linker Flags field
set... -ObjC
Parent Development guidelines for using native API