-
-
Notifications
You must be signed in to change notification settings - Fork 122
Build Issues
Christian Findlay edited this page Feb 4, 2019
·
13 revisions
If you have any problems getting the apps to build or run, here are some general tips.
This is what I recommend trying first:
- Update Visual Studio 2017 to the latest version
- Ensure that all of the Xamarin components for Visual Studio are installed.
- Release will not build unless you turn off signing on each project that has signing.
- Pull latest on master (outside of Visual Studio - Leave it closed until the last step)
- Clear NuGet cache
- Make sure you have no uncommitted changes.
- Do a Git clean on the repo. Make sure you remove all untracked files.
- Open Visual Studio and try building in Debug again
- Repeat from step 1 with develop branch. Note: from time to time, the develop branch will be slightly out from the master branch. It's worth trying both.
- If you do still get an error, please document it up with as much detail, and put a question on Stack Overflow. Tag it with "usb, hid", mention "Device.Net" and any tags for your OS etc.