Issue
I'm receiving this error everytime i try to build my xamarin project
Can not resolve reference: `Parse`, referenced by `Project`. Please
add a NuGet package or assembly reference for `Parse`, or remove the reference
to `Project`. Project.Android
So far I've tried:
- Deleting all the folders in packages > restarting VS2017
- Running VS2017 as Admin
None of those worked, anyone has any idea how to fix this?
Thanks in advance.
Solution
I changed the Android version to 10.0 from 11.0, uninstalled and reinstalled Parse again and it worked.
Edit
Stopped working again. Upgraded to the 2.0.0 version as per this link - https://github.com/parse-community/Parse-SDK-dotNET/issues/303
Edit
Stopped working again. Went back to the 1.7 version but this time didn't use the Nuget package. Extracted Android and IOS dlls and added them manually as references. Working now.
Answered By - Joginder Tanikella
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.