Hello I am developing a Xamarin Forms app, I have use Rg.Plugins.Popup plugins. this plugin working fine on android but app crashes on ios as i repeatedly open and close popup...
I was having same problem in my project in my case it was due to when i open multiple times at some point popup comes and suddenly goes away and when i next time open the pop up and close it app get crashed after debugging the issue i found that when suddenly the popup appeared and closed its instance was yet present in the popup stack and when i click on close popup it tried to close popup which was on the stack but never exists as it was auto closed
after research at that time i found that it was a bug of Rg.popup and got it resolved by upgrading my nuget to latest
Rg.Plugins.Popup 1.2.0223
if you are facing same issue in this case also just upgrade to mentioned version there are much chances of getting your issue resolved
Related
I downloaded VS code and following the getting started videos and figuring out the layout. I managed to get installing the first extension, but when I closed and reopened the app minutes later, I am no longer able to open the getting started page and the welcome screen has changed.
I got this error popup:
Unable to open 'vs_code_welcome_page': Unable to resolve resource walkThrough:/c%3A/Program%20Files...
I checked workbench.welcomepage.walkthrough and was turned on.
The ios app was working fine and I was working and debugging on the simulator, suddenly the app starts and closes, no crash report. The app closes after loading the assembly as per what I can see from the application output log with no crash report. Even the debugger detaches and stopped debugging and comes to it default play state.
Lastly I also see the this error " The call is ambiguous between the calling methods App.InitializeComponent() and App.InitializeComponent(). Basically for all Xaml Pages.
I tried reinstalling all the packages and updating for all Packages(shared/ios/android) but still issue persist.
Screenshot of the package installed.
I am currently testing the Apple News JSON format using XCode / News Preview / Simulator and randomly running into a new error that was not occurring prior to today.
I am attempting to load the article.json file into the News Preview app (it's been working up until today). The article.json file gets successfully loaded with no errors in the console but the Simulator is claiming that the channel is not available for me. Here is what the error message on the Simulator reads:
Channel Unavailable
This channel isn't currently available in your region.
The News Preview and Simulator were working just fine until today. I have tried re-installing XCode and News Preview (and Simulator because I re-installed XCode) but the problem persists. Other colleagues of mine are now experiencing the same problem.
I tried also clearing all the content in the Simulator and tried wiping the device clean and also tried going to the "Debug" menu in Simulator and setting the Location specifically there, as well, without any success.
Is there a way to fix this or is there a way to know if there was a recent developer push to the Simulator code base?
Just to add a bit more detail, I am attempting to load the official Apple News article preview files, not my own article.json files (I tried loading my own json files, as well).
Any help is appreciated.
Hey I also just had this issue and have been troubleshooting since yesterday. Not sure what is causing it, but it only happens for my on devices simulators from iPhone 7 and newer.
Try running the preview on iPhone 6 or an older-gen iPad, etc... that's working for me.
The solution on only one of my machines was to enter the Publisher ID into the News Preview application, which is the first thing that is asked when launching the News Preview app. After entering the Publisher ID, everything seemed to return to normal - for all of my colleagues and I.
See my comment above about my new macbook and the new problem it is having.
After upgrading Forms from 2.3.2.127 my app began to crash. After downgrading the Forms to 2.3.2.127 the issue went away, and I did try 2.3.3.193 and the issue happens there as well.
I have included a link to a PCL test app that will recreate this issue if anyone has any idea as to what I could be doing wrong or some type of workaround that would be great.
Once you start the app you will notice the tab page shows up oddly, if you navigate to the menu and select any of the items the app will crash when it attempts to load that page and render the scroll view. You will also see this exception thrown java.lang.IllegalStateException: Unable to create layer for ScrollViewRenderer
PCL test app zip
An error was encountered while running (Domain = NSMachErrorDomain, Code = -308)
That is the popup message I get every time. I found another question on here that had a bunch of solutions. I tried a dozen of them without much luck. After seeing the error message it will load the "Home" screen of the simulator but will have trouble running my app.
I made a new blank project and only added a text label to see if the error still happened with a next to blank app and it did.
Any ideas?
Open the iOS Simulator and restore it by clicking on Reset Content and Settings.