-
Notifications
You must be signed in to change notification settings - Fork 166
SpectrumKit in cocoapod use_modulars_headers! #26
Comments
Thanks for submitting an issue @scutletbutt - I believe this is linked to #25 but I will have a look into it shortly and report back! |
Hi Cuva, thanks for respond Now in my cocoapod I am using use_modular_header without pod Spectrum, others modules work well, so i temporary remove spectrum, would like to use it if possible |
@scutletbutt I'm working on adding support for modular headers. In the meantime, feel free to exclude modular headers from this pod like so:
|
@cuva I tried that, the end result is same as only use_modular_header! |
Hi @scutletbutt. I've got a fix locally which enables support for modular header - but I haven't had the time to push it yet (it requires pushing an update to the mozjpeg pod too). I'm hopping to get it merged before the end of the week - I'll report back then! |
Thank for the work @cuva , appreciate it. |
Hey @scutletbutt. Just a quick heads up - some changes to our internal build system has made this fix slightly more complicated than anticipated. I'm still working on it, I don't anticipate it taking much longer. |
Thanks for the heads up @cuva |
Hey @cuva any updates concerning this issue? |
@scutletbutt a fix for this will be released in the next few days - thanks for your patience! |
Hey @scutletbutt, we've just pushed v1.1.0, which adds support for :modular_headers. Can you update your Podfile to use v.1.1.0 and check whether it works for you? |
It still doesn't work |
i am using Cocoapods to use Spectrum
pod 'SpectrumKit/Plugins/JPEG
Using use_modular_headers!, pod installation completed
Xcode compile error as below
on file: ‘LibJpegDctTransformer.h’
Warning appear on code:
extern "C" {
#include <mozjpeg/transupp.h> // doesn't play nice with C++
}
the warning message is:
import of C++ module 'mozjpeg.mozjpeg.transupp' appears within extern "C" language linkage specification
The text was updated successfully, but these errors were encountered: