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

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -