Is there anyway to convert tbd
library into dylib
? The original dylib file has lost since Xcode converted dylib into tbd from 7.0. Is there anyway to recover them?
Asked
Active
Viewed 992 times
1

Kim
- 5,045
- 6
- 38
- 60
-
Do you need just to recreate the dylib? If so, this might be helpful https://stackoverflow.com/questions/30815806/swift-2-ios-9-libz-dylib-not-found – Idan Sep 21 '17 at 10:23
-
I too would like to know if I could convert a .tbd file into a .dylib stub. That way, I could cross-compile for Mac OS X using the `lld` linker from LLVM, which does not currently support `.tbd` files. – David Grayson Oct 28 '17 at 16:43