I’m trying to submit an app built with openframeworks 0.9.4 to the iOS app store. After submitting, I received a mail that they can’t accept it because the app references non-public symbols: __tlv_atexit, __tlv_bootstrap
Checking with “nm -u libofxiOS_iphoneos_Release.a” I see that both symbols are included in the library, but I don’t really know where they come from.
Is this a known problem? Any ideas how to solve it?
I’m using XCode 8 on macOS 10.12 to build and upload the app.