Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing .dylib library while opening in Xcode 7 beta

Tags:

ios

xcode7

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.

Missing libraries

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) enter image description here

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.

like image 811
Kiran P Nair Avatar asked Oct 20 '22 09:10

Kiran P Nair


1 Answers

I also have same issue but After updating My Mac OS X Yosemite to OS X El Capitan then that issue solved by using .tbd extension file with same name.

Actually In the Xcode 7, There are no more dynamic binary libraries (.dylib) instead of it offer .tbd libraries and I think that may be recognised by OS X El Capitan & OS X El Capitan has support for the .tbd (file extension), which is not available with OS X Yosemite?

So the project that has (.dylib) can run only in the lower version of Xcode 7.

like image 199
keshav vishwkarma Avatar answered Oct 21 '22 23:10

keshav vishwkarma