If I drop the ScreenSharingSDK Framework into my project and try to compile, I get a linker error saying "duplicate symbol _main" in ScreenSharingSDK (unit_test_main.o). Apparently the library also defines this symbol which leads to this error.
What am I doing wrong?
Daniel