-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't open pdb file ...\packages\sqlite-net-pcl.1.4.118\lib\netstandard1.1\SQLite-net.pdb #614
Comments
I think when using Visual Studio to add the nuget package it adds the wrong reference. It adds |
Yeah darn. The PDB file is the new portable format - perhaps VS 2015 can't understand it. I would have assumed it would just ignore it then. I guess I could remove it? |
other pdbs seem to work ok though? Im not to familiar with msbuild so I can only guess but I have a hunch your question was rethorical? |
Yeah the format changed but the extension remained the same. Unfortunately I use mono to build everything and can't generate the old format. I'll strip them out. |
Thanks Frank! |
Please reopen this issue because the problem is still there in the latest NuGet release |
Same problem here. |
I'm trying to build a Windows Phone 8 project from command line using MSBuild. Using Visual Studio 2015 everything seems to be working ok, but from command line I get the following error:
I fails creating the debug symbols and subsequently errors out at the
CreateAppStoreContainer
step due to the missing .appxsym.This is the command line i use to kick of the build:
Please let me know if what more information you need or maybe I'm doing it wrong?
FWIW the Windows 10 UWP build works fine from command line...
The text was updated successfully, but these errors were encountered: