Flight-School / AnyCodable

Type-erased wrappers for Encodable, Decodable, and Codable values

Home Page:https://flight.school/books/codable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when exporting as an XCFramework

fdsdkteam opened this issue · comments

I'm using this library in a Framework i'm developing. When exporting my framework as an XCFramework and attempting to use in another project i'm getting this error
Initializer 'init(extendedGraphemeClusterLiteral:)' has different argument labels from those required by protocol 'ExpressibleByStringLiteral' ('init(stringLiteral:)')

Screen Shot 2020-05-27 at 12 15 32 PM

Screen Shot 2020-05-27 at 12 15 53 PM