You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In LoggerClient.m I'm receiving an error in the routine LoggerLogToConsole: Definition of 'tm' must be imported from module 'Darwin.C.time' before it is required
I found similar issues from a couple of years ago to #import <sys/time.h> would solve it, however, you already do that and the problem persists.
Any thoughts?
The text was updated successfully, but these errors were encountered:
Thanks for your response. To answer your question, I'm using Xcode 10.1 and I tried targeting iOS 9.x, iOS 10.x, and iOS 12.x. All to no avail.
I did circumvent this issue by using Foundation / NSDate operations, as I only need this to work for MacOS and iOS. Frankly, I think this is an Xcode issue given sys/time.h is an Apple Darwin header. I could also be wrong ;-)
Hi,
In LoggerClient.m I'm receiving an error in the routine LoggerLogToConsole:
Definition of 'tm' must be imported from module 'Darwin.C.time' before it is required
I found similar issues from a couple of years ago to #import <sys/time.h> would solve it, however, you already do that and the problem persists.
Any thoughts?
The text was updated successfully, but these errors were encountered: