0

I am newbie of IOS developer. I am facing some problems that is I want to use external libraries on my xcode project. These are libraries that i need to use..Libraries that I need to use

I would like to know that How to add the external libraries on xcode. I put these libraries to the "include" folder under root folder of project. I facing this error.enter image description here

but library files are already exist in that folder. please help me. Thanks.

Zack Schulfler
  • 78
  • 1
  • 2
  • 11
  • You followed these steps, yes? https://developer.apple.com/library/ios/recipes/xcode_help-project_editor/Articles/AddingaLibrarytoaTarget.html – nonamorando Jun 08 '15 at 05:03

1 Answers1

1

You have to add the external library in your Build Phases further you can get easy help from this link or reply in comment adding an external library to a project in XCode 4.3

Or go the project Choose Build Phases -> click the + sign to add one and then

enter image description here

Or in the above image click the button Add Other where you can tell the further path for the external library or click the link below for more help

https://developer.apple.com/library/ios/recipes/xcode_help-project_editor/Articles/AddingaLibrarytoaTarget.html

Community
  • 1
  • 1
Fatti Khan
  • 1,543
  • 1
  • 11
  • 19
  • can i add those files' location in header search Path?? – Zack Schulfler Jun 08 '15 at 06:15
  • how??? this is original path.... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include I would like to add "include/ios_ffmpeg" folder. can you please guide me? thanks. – Zack Schulfler Jun 08 '15 at 09:36