osx - Add dynamic library to firebreath -


i'm developing plugin mac. i'm trying use afnetworking , other frameworks needs arc. i'm trying create .a(library) framework , access in firebreath. tried adding directory contains .a using include_directories in projectdef.cmake linking in target_link_libraries. please lemme know how add , whether framework can used in firebreath without pitfalls

i have used external libraries in firebreath. though have used editors link libraries. need specify .h files function prototypes, along .a files dynamically link .dylib

try adding these via xcode , see if works.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

java - Field not injected in Android Dagger project -