You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Actions added to UIAlertController of style UIAlertActionStyleCancel must have a title when running in UIUserInterfaceIdiomPhone'.
Crash: **NSInternalInconsistencyException GIDEMMErrorHandler
To Reproduce
Steps to reproduce the behavior:
Open Picsart
Select Google icon on a very first page to Sign_in or to register
Actual result:
Request is being sent and app crashes
Expected behavior
No crash should happen
Screenshots
No screenshots
Environment
Device: iPhone [iphone 11, ipad 9, iphone 8, etc]
OS: [ 24% 16.3.1, 12.6% 16.4.1, 8% 15.7.3, etc ]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
@VBegoyan could you add more details? I don't know what Picsart is. A stack trace showing how we got to this error would be helpful.
I think it could be this App on the App Store. I downloaded it and was able to go through the sign in flow with Google up to the point where the app asked me to start a trial or pay money.
If I had to guess, I'd say that the error you're seeing is coming from one of these places:
Somehow you're getting into a situation where there is an enterprise mobility management (EMM) error to be handled and the title isn't being created correctly for the cancel button (per 'Actions added to UIAlertController of style UIAlertActionStyleCancel must have a title when running in UIUserInterfaceIdiomPhone'. from your issue description above).
Describe the bug
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Actions added to UIAlertController of style UIAlertActionStyleCancel must have a title when running in UIUserInterfaceIdiomPhone'.
Crash: **NSInternalInconsistencyException GIDEMMErrorHandler
To Reproduce
Steps to reproduce the behavior:
Actual result:
Request is being sent and app crashes
Expected behavior
No crash should happen
Screenshots
No screenshots
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: