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
Using the c routine "time" causes compiler error in some projects. I suspect it's the collision with types defined in AVFoundation. In any case it's better to use objective-c method to obtain timestamp than to use the c function.
The text was updated successfully, but these errors were encountered:
tonyxiao
added a commit
to tonyxiao/libPusher
that referenced
this issue
Feb 12, 2014
Using the c routine "time" causes compiler error in some projects. I suspect it's the collision with types defined in AVFoundation. In any case it's better to use objective-c method to obtain timestamp than to use the c function.

The text was updated successfully, but these errors were encountered: