Lindsay Wells

Results 9 comments of Lindsay Wells

> @daadu after the commit [a34c10c](https://github.com/bcko/flutter_qrcode_reader/commit/a34c10c3a471ad0e2083a6205369e89a41639e17) the app builds and launches, the scanner also launches, but now crashes on scan. No errors... This one was my commit. So just to...

OH MY GOD I LOVE YOU, I have been stuck on this all day. Agree, solution needs to be a little bit more robust for different unity versions. Also, your...

Any update on this? getting similar mscorlib compiler problems: [...]Classes/Native/Bulk_mscorlib_15.cpp:18759:114: No member named 'EncodingHelper' in namespace 'il2cpp::icalls::mscorlib::System::Text' and a bunch more too. Building with Unity 2018.3.5f1 I will also update...

Curiously, the class members it is looking for in my error message there do exist inside Unity/Libraries/libil2cpp/include/icalls/mscorlib/... However they're wrapped up in #if NET_4_0, so they're not found. Still poking...

I added NET_4_0 as a preprocessor Macro under target build settings. I've gotten it to compile now (I think I had some other problems unrelated (?) to this one. Unfortunately...

I believe I was compiling with Net 4 for all of this, but I still had to add the NET_4_0 preprocessor directive manually in Xcode. No idea why :) I...

I had the same problem. Not sure why, but creating a new DecompressZip object inside the list event fixed it (maybe calling list breaks the internal state of the object?)....

Also getting this after downloading the project today to try and use it

> ```cs > private enum SslProtocolsHack > { > Tls = 192, > Tls11 = 768, > Tls12 = 3072 > } > ``` I love and hate that this...