When importing a cocoapod im getting this error: ```error: unknown type name 'os_log_t'``` Apart fro...
a
When importing a cocoapod im getting this error:
Copy code
error: unknown type name 'os_log_t'
Apart from changing the library, is there anyway around it? i know its because os_log is swift only.
im going to work with the library author and get them to add a compiler flag to bypass this.