After downloading Xcode-7 beta, i opened the current project in Xcode 7.But all the dynamic libraries(.dylib) used in my code where shown as missing.
Then i removed these libraries and try to add through Build Phase-> "Link Binary with Libraries".But it shows the .tbd extension file with same name.(eg. libs.dylib)
Is it any problem to use these extension instead of .dylib? My application were supported from iOS 7 to later.Any help would be appreciated.