PerfectlySoft / Perfect-CZlib-src

3 stars 6 forks source link

Conflict with swift-nio 1.12.0 #3

Open enolik97 opened 5 years ago

enolik97 commented 5 years ago

I have swift-nio 1.12.0 as a dependency as well as PerfectNotifications and I get the error:

Include of non-modular header inside framework module 'CNIOZlib': '/.build/checkouts/Perfect-CZlib-src.git--4082676168034097401/PerfectCZlib/include/zlib.h'

sage444 commented 5 years ago

Same here, @enolik97 did you find any solution except give up using Perfect* ?

enolik97 commented 5 years ago

I couldn't find a solution to that problem and used https://github.com/PerfectlySoft/Perfect-Notifications for a while, but it has a bug if you wanna use it with a certificate (.p12) in production mode, because the library doesn't use the parameter.

adirburke commented 4 years ago

Did anyone work this out ?

enolik97 commented 4 years ago

I haven't tried it since. The only workaround was to stick to the development option.