How to archive an app that includes a custom framework?

后端 未结 4 617
离开以前
离开以前 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:27

    I had the exact same problem. If you use app extension like me, and the archive error message is only associated with the app extension.

    Remember that you have to MANUALLY add your custom framework into the "Linked Frameworks and Libraries" section of your app extension.

提交回复
热议问题