SwiftPM binaryTarget dependency and code signing

I tried to use codesign (as shown in this example SwiftPM binaryTarget dependency and code signing - #54 by GevaZeichner) to resign the framework, but it didn't work. This is an example Dropbox - TestProject_Script_Codesign.zip - Simplify your life

Just to update the topic. Finally I've discovered it was an error of the framework vendor and how the package of the xcframework is composed. Thanks and sorry for the inconvenience.

1 Like

@danielemm can you share with me what the problem then was? In my case the xcframework is zipped and loaded with binaryTarget. It works on the simulator but not on device. Could share me the wrong and right structure of the xcframework?