Make an existing project a framework iOS

前端 未结 4 1755
离开以前
离开以前 2021-01-18 01:23

I have an existing project. I just like to ask if it is possible to convert it to a framework? I have tried searching but I cannot find any tutorial on how to do it.

4条回答
  •  长发绾君心
    2021-01-18 02:01

    For iOS I would suggest CocoaPods unless you don't want to distribute the code.

    Even in that case you could use CocoaPods. Especially to avoid embedding other third-party libraries or frameworks.

提交回复
热议问题