Flight-School / AnyCodable

Type-erased wrappers for Encodable, Decodable, and Codable values
https://flight.school/books/codable
MIT License
1.28k stars 132 forks source link

Error when exporting as an XCFramework #34

Closed fdsdkteam closed 4 years ago

fdsdkteam commented 4 years ago

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