0x00 问题
The signature of “RxCocoa.xcframework” cannot be validated and may have been compromised.
Validation Error: A sealed resource is missing or invalid
0x01 办法
手动修复签名,能 Build 成功!
打开终端,重新签名:
codesign --force --deep --sign - xxx/xxx/RxSwift.xcframework
codesign --force --deep --sign - xxx/xxx/RxCocoa.xcframework
修改 Embed 方式:Embed & Sign
Build Success!
使用真机测试~OK
(2025-03-13 09:35:09)