Results 14 comments of Arne Harren

No nice ideas from my side yet :(

That sounds promising :)

Is this a module build?

If the Pod is built as a (clang-style) module, then the macro/include mechanism doesn't work anymore, because includes are only processed once :(

You might want to try the trick that was done in RestKit, they changed the component definition into 1 macro: https://github.com/RestKit/RestKit/blob/development/Code/Support/lcl_config_components_RK.h#L52-L63

Do you use the NSLog-based logger? It looks like the %s warnings originate from the added fields for component, level, file, function.

Hi, which Xcode version are you using? Have you installed LibComponentLogging via CocoaPods, or manually via copying it into your project? Best regards, Arne

Hi, that's the same version I currently use. In which file do you include the lcl.h file? Is it possible to create a very small Xcode project which shows the...

Perhaps there's a target which doesn't use the prefix.pch file?

I have a similar configuration at https://github.com/aharren/CardDecks/tree/3.0, the app and the unit tests both use the same .pch file.