readium / r2-testapp-swift

BSD 3-Clause "New" or "Revised" License
147 stars 38 forks source link

Code signing "CryptoSwift.framework" failed when validating and exporting the archive #344

Closed ghost closed 3 years ago

ghost commented 3 years ago

This might not be directly related to Readium but its dependencies. We used this branch/version of Readium and integrated into our app - https://github.com/readium/r2-workspace-swift#inttestapp

Build is fine, it works fine when run locally and we are able to read epub files. We are even able to Archive our app code. But when we try to validate or export the Archive, we see this error Code signing "CryptoSwift.framework" failed

Any suggestions ?

mickael-menu commented 3 years ago

Are you using Carthage or CocoaPods?

If Carthage, did you properly run carting update to update the project with the dependencies?

ghost commented 3 years ago

thanks. We switched over to Carthage and we don't see this issue anymore.. but it was also a minor bug in our code too. Carthage build is faster too :)