xcode - Using Objective-C++ static library in straight Objective-C target -


i build static library uses objective-c++. when used in straight objective-c target, get

undefined symbols:   "___gxx_personality_v0", referenced from: 

i can solve adding -lstdc++ target's "other linker flags".

question: there way specify in static library make step unnecessary? (otherwise, have document step users of library.)

and answer is… no. document flags library requires.


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

asp.net - call stack missing info on mono with apache and mod_mono -