
Adding Lexicontext to your XCode Project
- Build Lexicontext
First you need to build the library from the sources. - Extract
Extract the Lexicontext zip file that you built on your Mac. - Add files to your project
Open your app's XCode project and from the menu select File->Add File to "My App" (or press the ⌥+⌘+A key combination), in the dialog that opens, browse to the folder where you extracted the Lexicontext zip file, select the filesLexicontext.h
,libLexicontext.a
andLexicontextAssets.bundle
and click the "Add" button. The files will be copied into your XCode's project and should show up in your project's tree. - Verify XCode's Automatic Library Import
Open your app's project page (the top node in the project tree), select your app from the Targets list, and open the "Build Phases" page for your target. Make sure thatlibLexicontext.a
was added to the "Link With Libraries" group and thatLexicontextAssets.bundle
was added to the "Copy Bundle Resources" group.
Note: Lexicontext is compatible with iOS 7 and higher.
