0

I found in some framework bundle, the dynamic library not ending with dylib. I am wondering if dylib is required suffix for any dynamic library under IOS/Cocoa?

Nevil Lad
  • 533
  • 6
  • 20
user496949
  • 83,087
  • 147
  • 309
  • 426

1 Answers1

0

dylib is a file extension and as any file extension it is just a hint for what should be the format of a file.

Changing the extension doesn't change the content or the format and is therefore allowed.

Gabriele Petronella
  • 106,943
  • 21
  • 217
  • 235