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

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

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