How to create dylib file for ios?

  1. start XCode.
  2. select "Create a new Xcode pjoject".
  3. select "iOS" tab.
  4. "Static Library" templete is exist, but "Dynamic Library" is not exist.

I want to create dylib file for ios. XCode doesn't have templates, can I create a dylib file for ios? Please tell me how to create it.

Best regards.

Accepted Reply

You need the Framework template. All dynamic libraries must be frameworks on iOS.

Replies

You need the Framework template. All dynamic libraries must be frameworks on iOS.