Closed nrbrook closed 7 months ago
I'm using the main branch via SwiftPM. When building for iOS simulator on Apple Silicon I'm getting these errors:
Unknown type name 'uint32_t'
I'm not sure what was going on here, but including <stdint.h> before OpenSSL fixed it.
<stdint.h>
I'm using the main branch via SwiftPM. When building for iOS simulator on Apple Silicon I'm getting these errors: