OliverLetterer/SPLPing

Doesn't compile with Xcode 9 and cocoa pods

Opened this issue · 0 comments

dvkch commented

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