Raphael Nunes dos Santos
Raphael Nunes dos Santos
For me a 64 bits using il2cpp it's not working: ``` Exception: /Applications/Unity/Hub/Editor/2019.4.35f1/Unity.app/Contents/il2cpp/build/deploy/il2cppcore/il2cppcore.dll did not run properly! Failed running "/Applications/Unity/Hub/Editor/2019.4.35f1/Unity.app/Contents/il2cpp/build/deploy/il2cppcore/il2cppcore.dll" --convert-to-cpp --emit-null-checks --enable-array-bounds-check --dotnetprofile="unityaot" --compile-cpp --libil2cpp-static --platform="Android" --architecture="ARM64" --configuration="Release" --outputpath="/Users/rsantos/TestEmoji/Temp/StagingArea/assets/bin/Data/Native/arm64-v8a/libil2cpp.so"...
I'm having the same issue after update to Firebase 8.6.2. We can't reproduce and crashlytics don't give us much info.
I was able to fix the problem just addin the `files` attribute before calling the `selectFiles` helper, but adding the `configurable` option to allow the attribute to be changed. `Object.defineProperty(find(`${selector}...
Ok. So i had misunderstood the `settled` helper thinking that it would wait all promises finish too, but what i can do to the `settled` waits the `getDataFromServer ` to...