krzyzanowskim/OpenSSL

3.1.5 Signing error

luoxiankang2 opened this issue · 1 comments

Currently, the library is stored through private components, and private components will report the following error when connected to the master project:
The Code Signing Identity of the main project has been set to Apple Development, and key-value pairs have been added to entitlements:
Disable Library Validation: YES

A signing error will be reported after the library is put into the project:

Unable to install "assemble"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620388
User Info: {
DVTErrorCreationDateKey = "2024-04-08 01:38:07 +0000";
IDERunOperationFailingWorker = IDEInstalliPhoneLauncher;
}

No code signature found.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620388
......

I don't know if there's anything I can do about it to be honest. It may be some Xcode glitch or something. Can't really help here unless I can reproduce it on my end. Feel free to create empty project and attach here for reproduction. I'm closing this for now.