Cross compilation job websocket-sharp.dll failed.

Options
carmine
carmine ✭✭
Hello,
I found an issue with iOS and websocket. This won't compile if the iOS build is set to .NET 2.0 subset (instead of just .NET 2.0)... I can set it to that and it will compile. However... the only solution for an JIT/AOT problem I'm having somewhere else in my code is that .NET 2.0 needs to be set to subset. So here I am:

.NET 2.0 = fix websocket compile error (but then I have problems in other places in my code)
.NET 2.0 subset (can't compile websocket, which I have no intention of using) -- but my other stuff works

-Carmine

Comments

  • vadim
    Options
    Hi,

    Did you test latest PUN version we uploaded yesterday?