Xcode 5.0.2
OSX Mavericks
Enterprise build 2013.2100
I see these warnings when I compile my project. It doesn’t seem to affect anything. Any ideas why they occur?
My project is a simple storyboard app.
ld: warning: direct access in Rtt::Scene::~Scene() to global weak symbol vtable for Rtt::Array<Rtt::CPUResource*> means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
I get 4 of these warnings in a row.