googlevr / gvr-ios-sdk

Google VR SDK for iOS

Home Page:http://developers.google.com/vr/ios/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link warning about different visibility settings

AndrianBdn opened this issue · comments

When compiling latest examples (0.7.2) using Xcode 7.3.1, there is following warning (output multiple times):

ld: warning: direct access in gvr::Singleton<gvr::ServerLogger>::GetInstance() to global weak symbol gvr::Singleton<gvr::ServerLogger>::GetInstance()::g_instance means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.

Changing project's 'Symbols Hidden By Default' did not helped in my case.

Is this also happening on GVRSDK 0.8.0 released yesterday?

Yes it does

Did you solve this problem?

No, but I stopped trying since June 2016.

Closing this due to inactivity. Please reopen if the issue still exists.