How to archive an app that includes a custom framework?

后端 未结 4 615
离开以前
离开以前 2020-12-14 03:35

I have an xcode framework project that I\'ve created, which I can compile into a myframework.framework file. After compiling, I drag this framework into the Fra

4条回答
  •  青春惊慌失措
    2020-12-14 04:05

    Hope this will help you

    1. Select your Project in Targets. 2.Then search for Skip install.
    2. Change it into NO.
    3. Then archive your custom framework. (make sure to use Generic iOS Device ) as a target device.
    4. Export it to where you want. Then use it with your project.

提交回复
热议问题