[cmake-developers] Xcode 7 tbd library stub support
Gregor Jasny
gjasny at googlemail.com
Mon Aug 24 16:43:27 EDT 2015
Hello,
Starting with Xcode 7 the OSX and iOS SDKs contain only stub
files for dynamic system libraries. These stub files contain
some meta data and a list of exported sysbols in plain text.
They are handled by the toolchain like regular dylibs.
I just pushed a topic branch to add support for Xcode 7 TDB files:
http://www.cmake.org/gitweb?p=stage/cmake.git;a=shortlog;h=refs/heads/apple-tbd-stubs
Please review and merge if the patch is acceptable.
Thanks,
Gregor
See for example the following posts:
https://forums.developer.apple.com/thread/4572
https://forums.developer.apple.com/message/9176
http://stackoverflow.com/questions/30890830/missing-dylib-library-while-opening-in-xcode-7-beta
More information about the cmake-developers
mailing list