-
Notifications
You must be signed in to change notification settings - Fork 102
Runtime error for iPad, iOS 8.4 #149
Comments
This is the actual output with 1.8.2, on the environment I described already. [ERROR] : The application has crashed with an uncaught exception 'NSGenericException'. ...already visible on other issues but worth showing. |
Same here! |
The only thing I could do was to rollback to the previous implementation on 1.8.0, and comment the one that was added later and currently active on 1.8.2 |
Same here! |
@JuanP6 Please check the latest v1.8.4 update and close this issue if its fixed. |
As soon as I have a chance I'll check and let you know! |
Hey @hansemannn! |
@JuanP6 Please make sure to implement the bar button as described in #156. |
Hello everybody,
I was trying to fix a phone issue (the orientation locking, mentioned in #146 ) so I forked the repository and fixed it. I was planning on send a merge request with that but then I discovered an iPad issue when using activityPopover.
I'm passing a bar button as a view and I can see in the console that it's being properly parsed as the proxy bar button item class.
But for some reason I keep getting the same error.
Terminating app due to uncaught exception 'NSGenericException', reason: 'UIPopoverPresentationController (<_UIAlertControllerActionSheetRegularPresentationController: 0x7fc7a874bd90>) should have a non-nil sourceView or barButtonItem set before the presentation occurs.'
This happens with 1.8.2, even if I pull it again and don't try to recompile the static library.
I even tried solutions as the ones mentioned here: http://stackoverflow.com/questions/25644054/uiactivityviewcontroller-crashing-on-ios8-ipads
...and created fake sourceViews or buttons for the UIPopoverPresentationController.
Still no luck.
Using Xcode 6.4, iOS 8.4, Titanium SDK 4.1.0.GA.
Is this happening to anybody else?
Thanks for the help!
The text was updated successfully, but these errors were encountered: