Doesn't compile with Xcode 16 SDK
Normally can't compile libsmb2 with Xcode 16 (beta).
I would submit a PR to your libsmb2 fork, but I can't fork, modify, PR the specific commit you're using.
All it's needed is to add
#include <time.h>
in smb2.h
And
#include <stddef.h>
in libsmb2.h
Thank you
Same issue here. Don't know about the solution.
same issue... I have to use old version of Xcode to code my project until I see this, thank you.
emm...build success, but project broken when run
same here...i would really appreciate you fixing this small issue asap - thx in advance
Update for the Xcode 16 beta 6 SDK: you only need to modify smb2.h
Same issue here.
It's fixed in 3.4.0
Thanks. Will try it today.