1

i followed this steps

enter image description here

Delete libz.1.2.3 from your local Frameworks folder.

Select your project at the top of the Project Navigator.

Select your application target.

Open "Link Binary With Libraries".

Click the "+" only available libz.1.1.3.dylib file not available libz.1.2.3.dylib

enter image description here

i can't able to add libz.1.2.3.dylib.anyone help me how can i add this library file

  • 3
    "Delete libz.1.2.3 from your local Frameworks folder." - precisely why? And then why do you expect it to be there? –  Dec 17 '12 at 05:52
  • Why did you do `Delete libz.1.2.3 from your local Frameworks folder` if you want to add it? – iDev Dec 17 '12 at 05:59
  • unfortunately i deleted, Now i want add libz.1.2.3.dylib library to my project but not available in link binary with library. how can i add? – user1852307 Dec 17 '12 at 06:02
  • Ohh man.. Try to copy deleted framework from your colleague & paste it into the same folder. & then try adding it to you project. – hp iOS Coder Dec 17 '12 at 06:26
  • Always make habit to remove reference instead of delete in the case of framework or apple provided files in Xcode.As you have deleted the file the file is parmantelly removed from your mac. – kumar123 Aug 30 '13 at 06:06
  • possible duplicate of [libz.dylib versus libz.1.2.3.dylib versus libz.1.2.5.dylib](http://stackoverflow.com/questions/6932991/libz-dylib-versus-libz-1-2-3-dylib-versus-libz-1-2-5-dylib) – mmmmmm Jul 15 '14 at 18:27

1 Answers1

2

Add libz.1.2.5.dylib it works fine in IOS 5 in Xcode 4.2

Parth
  • 21
  • 2