简体   繁体   中英

how to import hierarchical Library in ios?

I am new in IOS and I want to add an External Library in my Project.

The Libary is inside the other folder ie ffmpeg/include/libavcodec/avcodec.h. I add Libavcodec folder in Project and include Library Like.

#include "libavcodec/avcodec.h" 

But it gives error

Error: libavcodec/avcodec.h not found...

Thanks in advance ....

Just drag and drop the library in your project in xcode. and then you can import the files in any viewcontroller.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM