Xcode 10: Code Signing my App+Framework fails, because of failure signing 3rd party dependency framework (PromiseKit). Works in Xcode 9

前端 未结 3 1132
粉色の甜心
粉色の甜心 2021-02-04 01:36

I have an Xcode 10 - iOS12 swift project that links against My own framework (also Xcode 10 + iOS12).

The app project is referencing my framework project as a sub-proje

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-04 02:07

    Same issue here. The only workaround I've found is to use static library instead of framework.

    In case you are not able to use static library, you'd better file a bug report to Apple.

提交回复
热议问题