Photo-library plugin crash in ios version 13 - ios

Reposted: question link
app crashes when the user wants to fetch images from the library in ionic 3.
image picker plugin works fine in iOS 12. But after updating to iOS 13, it is crashing.
it is working in iPhone X but when trying it on iPad it's getting the error which is in the link given above.
can anyone help with this? Thanks in advance!

Just add property in ImagePicker options:
disable_popover: true
It will solve the crashing issue.But the error still would be there in logs!
Happy coding!!!

Related

iOS app crash with UICheckBox, drawLayer:inContext

I recently published an iOS app, the app has around 1000 downloads now and I just had my first crash (I use Firebase Crashlytics).
I'm not sure I understand correctly this crash report, here is a screenshot : (iPhone Xr iOS 13.1.3, the (Manquant) in the screenshot means (Missing))
Here is my code in UICheckBox.swift line 16 : (I use UICheckBox_swift library)
Any idea how I can protect my app from this crash event ? Is this a system bug that I can't do anything about ?
Thanks
edit: Here is my FDColors class :
try this
self.layer.borderColor = (FDColors.gray707070).cgColor
and make sure FDColors.gray707070 is UIColor

iOS 13 - FileManager url(forPublishingUbiquitousItemAt:expiration:) not working anymore

I've developed an iOS app that uses the url(forPublishingUbiquitousItemAt:expiration:) method of Apple's FileManager class. Starting with the first Beta of iOS 13 this function stopped working and now it throws an error, stating "This code has been removed. You should switch off of this SPI". But I can't find anything related to this function neither in the release notes of iOS nor in the documentation for this function, and it even states there that it would be supported on Mac Catalyst 13.0+.
This also has nothing to do with Xcode 10 and 11, as it occurs when the app is built using either one of those versions.
Does anyone of you know more about that? It would be great to get new information on that.
Thanks,
Fabian.
This is fixed in iOS 13 beta 6. Updated today and this error magically disappeared!
Had my mind blown when I saw this error message.

IOS 11 breaks (ionic) app

I recently updated my IOS to 11 beta 3, to make sure my ionic app would still work.
However it crashes almost right away with a black screen when I launch it.
I try to debug it with Xcode, however when I build to run it on my iPhone and catch the error, the "running on device" gets stuck on the following :
What can I do with this? I'm stuck with an app doomed to die once ios11 gets released, anyone could help?
The problem is normally caused due to wk web view plugin. Try removing the plugin and run again

Audio Playback Error - XCODE 7 (Swift 2.0)

I am new to XCODE and Swift 2.0 programming. When I try to test the added audio my app I gives me the error below.
-See screenshot for error-
Screenshot of Xcode 7 Simulator error when trying to play Sound
Can someone please assist me in fixing this so that I can test my app in the simulator.
Thank you.
Issue was with SoundFlower. Removed SoundFlower and sound started to work again.

Getting error while uploading my iOS application

I am trying to update my application for iOS 7, when i am trying to validate it i am getting this error in xcode 5.0 organiser. did any body else also have faced such problem any help will be appreciated .
Thanks
it looks like there is some problem in apple server.

Resources