美文网首页
旧版本Xcode 打出来的framework 新版本不兼容问题

旧版本Xcode 打出来的framework 新版本不兼容问题

作者: 磊简单 | 来源:发表于2021-12-03 15:24 被阅读0次

生成framework的时候将pod的

Build libraries for Distribution 设置成yes


image.png
error: Embedded binary is not signed with the same certificate as the parent app. Verify the embedded binary target's code sign settings match the parent app's.

    Embedded Binary Signing Certificate:    Not Code Signed
    Parent App Signing Certificate:         iPhone Developer: Emil Adz (9QNEF95395)

这种错误情况应当很多,我说下我约到的场景,因为我的app不支持模拟器, 所以 Architecures 一直设置的是arm64, 当我想添加 watch app时就出现这个错误了,换正常的就可以了

but the linked and embedded framework 'DDoctorSDK.framework' was built for iOS + iOS Simulator.

Validate workspace  设置为。yes

Reason: image not found
dyld: launch, loading dependent libraries

image.png

相关文章

网友评论

      本文标题:旧版本Xcode 打出来的framework 新版本不兼容问题

      本文链接:https://www.haomeiwen.com/subject/sctmxrtx.html