amosavian/AMSMB2

Doesn't compile with Xcode 16 SDK

Opened this issue · 6 comments

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>

to smb2.h

And

#include <stddef.h>

to 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
Screenshot 2024-08-04 at 2 10 36 PM

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.