Hello, I've been working on this app no problem, but i noticed that if i clone it fresh to a different folder it builds without errors but it won't deploy to my device due to this exception:
Unhandled Exception:
System.TypeLoadException: Could not resolve type with token 01000018 from typeref (expected class 'ResourceLoadingQuery' in assembly '')
Now, fortunately I still have the local working copy that works, but a colleague that needs to clone it is not able to run it.
Google didn't really give me anything...
How can I solve this?
Thanks!