tristanhimmelman / ObjectMapper

Simple JSON Object mapping written in Swift
MIT License
9.14k stars 1.03k forks source link

Removing recursive linking to get Object Mapper working w/ Xcode 11.4's Swift Package Manager #1086

Closed ksloginov closed 3 years ago

ksloginov commented 4 years ago

Description Simplifying the folder structure to avoid double-linking of the same classes.

Motivation and Context With Xcode 11.4 the new set of rules have been introduced to SPM and now the older version of ObjectMapper can't compile with the latest Xcode (if added via SPM)

Issue-Ticket: https://github.com/tristanhimmelman/ObjectMapper/issues/1082

[+] Bug fix (non-breaking change which fixes an issue) [+] I have run tests