daltoniam / zlib-spm

zlib headers provided for the Swift Package Manager
MIT License
0 stars 6 forks source link

Use module name 'CZLib' so there is no conflict with system-provided zlib #1

Closed pixelspark closed 7 years ago

pixelspark commented 7 years ago

Module 'zlib' is present with XCode 9 or higher, which leads to 'module redefinition error' when importing this module. Changing the name to 'CZLib' fixes the issue.

daltoniam commented 7 years ago

Ah good to know. I haven't tested out Xcode 9 yet. Thanks!