dracoon / dracoon-swift-crypto-sdk

Official DRACOON Crypto SDK for Swift
Other
1 stars 0 forks source link

OpenSSL error #1

Open nicop2000 opened 6 months ago

nicop2000 commented 6 months ago

When building my project for Mac (Any Mac) after adding the dracoon-swift-crypto-sdk repo with spm I get the following build error: ../OpenSSL/openssl.xcframework:1:1 While building for macOS, no library for this platform was found in '../OpenSSL/openssl.xcframework'.

Any ideas how to fix this? Or is there no Mac support Xcode 15.0, 2019 MBP

MathiasSchreiner commented 6 months ago

Hey nicop2000,

officially we don't have support for MacOS in our SDK yet. However, I pushed a branch /test/macos-support which adds experimental support for it.