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.

Answered by DTS Engineer in 758590022

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

Accepted Answer

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

How to create dylib file for ios?
 
 
Q