Removing CommonCrypto to fix builds in Xcode 10 beta#108
Removing CommonCrypto to fix builds in Xcode 10 beta#108jondwillis wants to merge 1 commit intokylef:masterfrom
Conversation
|
@jondwillis Can you rework this PR so it works on the current version of Xcode too? |
|
I have a fix in #112 for this issue that works across both Swift 4.1.x and Swift 4.2. Earlier versions of Swift aren’t supported because I tried some other ways to get it working on earlier Swift versions and could not get them working reliably, but a better way may exist and I frankly didn’t invest too much time into it. In any case, feel free to borrow the fix if needed. |
|
@kylef According to an Apple news from September 2018, this month of March 2019 will see Xcode 10 being mandatory for publishing iOS apps. And Xcode 10 supports Swift 4.x and |
See: #102