Hello,
I have noticed the app doesn't compile when added with cocoa pods with Xcode 9, check_compile_time is not defined. Replacing it with __Check_Compile_Time as defined in AssertMacros.h fixes it.
Maybe I am missing a configuration in my project ?
Thanks for your time