Starscream icon indicating copy to clipboard operation
Starscream copied to clipboard

Xcode 12.5 warning

Open alexander-larsson opened this issue 3 years ago • 4 comments

Since Xcode 12.5 you get this warning when building:

Package Loading
ignoring declared target(s) 'swift-nio-zlib-support' in the system package

There is an issue filed with the swift-nio-zlib-support where it turns out that it is basically a deprecated library.

So maybe it is time to replace that library? I mostly just want to get rid of the warning 🙂

alexander-larsson avatar May 05 '21 13:05 alexander-larsson

Fixed by - https://github.com/daltoniam/Starscream/pull/844

danibachar avatar May 11 '21 07:05 danibachar

Have you been able to build this for device? I get this error with Xcode 12.5

Screenshot 2021-06-08 at 11 47 51

ddaddy avatar Jun 08 '21 10:06 ddaddy

Have you been able to build this for device? I get this error with Xcode 12.5

Screenshot 2021-06-08 at 11 47 51

your xcode version must be xcode 13 beta2

Charlotte3240 avatar Jun 28 '21 07:06 Charlotte3240

Sorry yes, it is a 13.x issue. I've started a separate issue.

ddaddy avatar Jun 28 '21 08:06 ddaddy