alibaba / HandyJSON

A handy swift json-object serialization/deserialization library
Other
4.23k stars 642 forks source link

Update HandyJSON.h #484

Open trusbe opened 1 year ago

trusbe commented 1 year ago

Xcode14.3 Report error use of '@import' in framework header is discouraged, including this header requires -fmodules

Xcode 11.4 turns the -Watimport-in-framework-header warning on by default. Using @import in framework headers is discouraged, because doing so requires all importers to use modules.

https://developer.apple.com/documentation/xcode-release-notes/xcode-11_4-release-notes

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.