objective c - Linker error referring to _main when running iOS unit test in Xcode -


i'm trying run unit test in xcode links against static library. static library "libgsg" includes static libraries other 3rd party providers. in 1 of them seems have declaration of "main" linker complaining about...

enter image description here

is there can work around or out of luck?

best can suggest trying untangle tests static library, don't need link against in test target.


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -