Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.2.0
-
iOS7, Xcode 5.0.2
Description
When trying to access global variable instantiated in main.cpp and declared as extern the linker will give symbol(s) not found error. Also global functions implemented in main.cpp are causing the same issue.
The issue reproduces only on iOS. On other platforms the same example application is linking ok. Also if the global variable is defined somewhere else than main.cpp it will work fine.