Hi,
My app has dependences on some dynamic libraries like libxml2, libz etc. Seems like Xcode 7 replaced the dylib with tbd. What are these .tbd files?
Hi,
My app has dependences on some dynamic libraries like libxml2, libz etc. Seems like Xcode 7 replaced the dylib with tbd. What are these .tbd files?
Hello otaknajus, I'm also having trouble with those files, as they seem not to work properly. I believe they're the reason I'm getting SourceKit crashes (as reported on thread https://forums.developer.apple.com/message/8510#8510)
I have the same problem but only when building for the simulator, if you make your target an actual device xcode seems to use these .tbd files correctly
I was indeed able to fix for simulator but it fails to work on device with or without the extra flags.
With it says it can not find the library
Without the libraries are not found at import.
Im encountering the same problem as you
me too...