-
Notifications
You must be signed in to change notification settings - Fork 337
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
UWP : Rg.Plugins.Popup.Popup.Init(); causing build error #712
Comments
Same Issue here with latest version 2.0.0.14 |
@rotorgames i am relatively new to any form of UWP development, are you able to look into this? seems 2.0.0.14 may have missed something with UWP |
same issue :( |
Someone discovered any workaround for this issue? At moment my only solution is downgrade the library to 2.0.0.13 |
cc @martijn00 - would be nice to have this fixed. Thanks. |
@mfeingol I was able to build and run the Demo.UWP without any hassles. I updated the core project to use the Xamarin.Forms noted in this ticket, Target Version for Windows 10 : 1809 are you able to check this against the Demo Project, and if the demo project works fine, what is the differences in your setup in comparison. |
My project's settings are pretty much the same. Target Version for Windows 10 : 2004 Nuget packages: |
I had the same issue since the last update. The Rg.Plugins.Popup.Popup class seems simply missing, which is weird since there were no changes to that class. Maybe some build error at the nuget pack? In the meantime I run good with using version 2.0.0.13. |
same issue happened, |
Answer is simple: no testing or checking is done after every upgrade .. |
Hello @rotorgames @martijn00 |
You are targeting the wrong uwp version. |
@martijn00 Can you please update the same in Wiki. Which will help fellow developers. |
Hi, i am facing same issue on UWP. Min target version 10.0.17763. I dont understood in this thread what is the solution. |
@pabloat81: I resolved this issue by updating UWP min version to 1903 ( Build 18362). Hope this will help. |
Crazy, thank you for this helpful hint! |
🐛 Bug Report
Rg.Plugins.Popup.Popup.Init(); causing build error:
The type or namespace name 'Popup' does not exist in the namespace 'Rg.Plugins.Popup' (are you missing an assembly reference?)
Note:
2.0.0.13 builds and run without problems.
Expected behavior
Builds without errors.
Reproduction steps
Configuration
Windows 10 Enterprise
19043.1288
Microsoft Visual Studio Enterprise 2019
Version 16.11.5
Xamarin Forms
5.0.0.2196
Version: 2.0.0.14 (Latest)
Platform:
The text was updated successfully, but these errors were encountered: