IPP ERROR: Application exception: System.IO.EndOfStreamException: Unable to beyond the end of the stream

Ok, I have something working in which I was able to re-sign the IPA you sent with one of our certificate/provision pairs and deploy it to a device. Obviously it doesn’t run, but I am past all of the errors you were seeing (and I did get them as well). The code changes were non-trivial as I am now properly reading the expression operands in a generic fashion. I also want to change how I write things so that I write the same format as what I . So that change still needs to happen and get verified. All of this should get submitted today and will show up in GitHub. That may be the best approach for you to get this. Let me know if you just want a zip of the code when I am done.

-Pete

If you can just link me to the specific GitHub changes I can go from there. Thanks! Will this not make it to 4.11?

It will make it into 4.11. I just wanted you to get the changes asap :slight_smile:

Ok, the code to fix this was just submitted in 4.11 (change 2894857) and should show up in the 4.11 GitHub branch shortly.

-Pete

OK Great! Thank you so much for helping me get past this issue. On to the next one I just logged for you all! =)

Actually, I accidentally removed some code when I removed some comments just before submitting (been a long day). You will also need 2895015 which also fixes some string alignment errors which you could potentially run into.

-Pete